mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #406 from nerdoc/patch-6
add commented out https enforcement
This commit is contained in:
commit
4f67ec12a9
@ -13,4 +13,7 @@
|
|||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^ index.php [L]
|
RewriteRule ^ index.php [L]
|
||||||
|
|
||||||
|
# Enable this to enforce https access
|
||||||
|
# RewriteCond %{SERVER_PORT} 80
|
||||||
|
# RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user