Преглед изворни кода

Fix lesspass.com HSTS preload status error

Fixes #671
pull/674/head
Guillaume Vincent пре 3 година
родитељ
комит
9d7e84b27d
1 измењених фајлова са 0 додато и 2 уклоњено
  1. +0
    -2
      containers/webserver/httpd.conf

+ 0
- 2
containers/webserver/httpd.conf Прегледај датотеку

@@ -226,8 +226,6 @@ Group daemon

<VirtualHost *:80>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule (.*) https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

RewriteCond %{HTTPS} off
RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]


Loading…
Откажи
Сачувај