mirror of
https://github.com/humhub/humhub.git
synced 2025-02-25 03:34:10 +01:00
Merge pull request #2869 from Felli/patch-1
Fix: Let's Encrypt ACME Error
This commit is contained in:
commit
ef4bfc0ce1
@ -4,7 +4,7 @@ RewriteEngine on
|
||||
|
||||
# uncomment to force https requests
|
||||
#RewriteCond %{HTTPS} !=on
|
||||
#RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/.*$ [NC]
|
||||
#RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ [NC]
|
||||
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
||||
|
||||
|
||||
|
@ -9,6 +9,7 @@ HumHub Change Log
|
||||
- Enh: Fixed username alignment in comments (@githubjeka)
|
||||
- Enh: More readable WallEntryAddon links (@githubjeka)
|
||||
- Fix: Documentation grammar fixes (@Felli)
|
||||
- Fix: Let's Encrypt ACME Error (@Felli)
|
||||
|
||||
1.2.4 (December 13, 2017)
|
||||
--------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user