瀏覽代碼

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

Loading…
取消
儲存