Merge pull request #10322 from snipe/uberbrady-patch-2

Change the `[END]` directive in `.htaccess` to `[L]`
This commit is contained in:
snipe 2021-11-17 18:01:52 -08:00 committed by GitHub
commit b058d84f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
RewriteEngine On
# Needed for https://letsencrypt.org/ certificates.
RewriteRule ^\.well-known/acme-challenge/ - [END]
RewriteRule ^\.well-known/acme-challenge/ - [L]
# Uncomment these two lines to force SSL redirect in Apache
# RewriteCond %{HTTPS} off