mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
add commented out https enforcement
This commit is contained in:
parent
9906390cea
commit
87095a2da1
@ -13,4 +13,7 @@
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [L]
|
||||
|
||||
# Enable this to enforce https access
|
||||
# RewriteCond %{SERVER_PORT} 80
|
||||
# RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]
|
||||
</IfModule>
|
||||
|
Loading…
Reference in New Issue
Block a user