瀏覽代碼

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…
取消
儲存