소스 검색

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]


불러오는 중...
취소
저장