소스 검색

Listen on IPv4 as well.

pull/4/head
Chris Smith 8 년 전
부모
커밋
9a99200492
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      nginx.tpl

+ 1
- 0
nginx.tpl 파일 보기

@@ -2,6 +2,7 @@
2 2
 server {
3 3
     server_name {{ ' '.join(service.vhosts) }};
4 4
     listen [::]:443 ssl http2;
5
+    listen 443 ssl http2;
5 6
 
6 7
     ssl_certificate {{ service.certificate }};
7 8
     ssl_certificate_key {{ service.certificate_key }};

Loading…
취소
저장