소스 검색

Also redirect normal web access to www domain.

Thomas Buck 5 년 전
부모
커밋
e74015eadf
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      roles/blog/templates/etc_apache2_sites-available_blog.j2

+ 5
- 0
roles/blog/templates/etc_apache2_sites-available_blog.j2 파일 보기

@@ -7,6 +7,11 @@
7 7
 
8 8
 <VirtualHost *:443>
9 9
     ServerName {{ item.name }}
10
+
11
+    Redirect temp / https://www.{{ item.name }}/
12
+</VirtualHost>
13
+
14
+<VirtualHost *:443>
10 15
     ServerAlias www.{{ item.name }}
11 16
 
12 17
     SSLEngine               On

Loading…
취소
저장