mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Change the [END]
directive in .htaccess
to [L]
This allows backwards-compatibility with older Apache versions (which we _used_ to have), and should do the exact same thing.
This commit is contained in:
parent
78809c0fe7
commit
5fb05d8b1c
|
@ -6,7 +6,7 @@
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
||||||
# Needed for https://letsencrypt.org/ certificates.
|
# 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
|
# Uncomment these two lines to force SSL redirect in Apache
|
||||||
# RewriteCond %{HTTPS} off
|
# RewriteCond %{HTTPS} off
|
||||||
|
|
Loading…
Reference in a new issue