mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Fix: Let's Encrypt ACME Error
The issue is seen on the community site [here](https://community.humhub.com/content/perma?id=133524).
This commit is contained in:
parent
a53957967b
commit
5672d3643b
@ -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]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user