Skip to content

Commit

Permalink
Merge pull request #10322 from snipe/uberbrady-patch-2
Browse files Browse the repository at this point in the history
Change the `[END]` directive in `.htaccess` to `[L]`
  • Loading branch information
snipe committed Nov 18, 2021
2 parents 78809c0 + 5fb05d8 commit b058d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b058d84

Please sign in to comment.