소스 검색

Force https on mail autoconfig apache vhost.

John Giannelos 7 년 전
부모
커밋
351addffd7
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 12개의 파일을 삭제
  1. 1
    12
      roles/mailserver/templates/etc_apache2_sites-available_autoconfig.j2

+ 1
- 12
roles/mailserver/templates/etc_apache2_sites-available_autoconfig.j2 파일 보기

@@ -1,18 +1,7 @@
1
-# NOTE: We don't permanently redirect clients to the HTTPS address because some clients, like
2
-# Thunderbird, dont't follow redirections to the HTTPS URL.
3
-#
4
-# Additionally, documentation doesn't say whether the XML file should be served over either HTTP,
5
-# HTTPS or both, even though only the former is mentioned. Still, we allow clients to choose
6
-# between HTTP and HTTPS transports.
7
-
8 1
 <VirtualHost *:80>
9
-
10 2
     ServerName {{ mail_server_autoconfig_hostname }}
11 3
 
12
-    DocumentRoot            "/var/www/autoconfig"
13
-    Options                 -Indexes
14
-
15
-    HostnameLookups         Off
4
+    Redirect permanent / https://{{ mail_server_autoconfig_hostname }}/
16 5
 </VirtualHost>
17 6
 
18 7
 <VirtualHost *:443>

Loading…
취소
저장