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:
Sarah Tsumayoi 2017-12-23 19:09:54 +09:00 committed by GitHub
parent a53957967b
commit 5672d3643b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]