Browse Source

Listen on IPv4 as well.

pull/4/head
Chris Smith 8 years ago
parent
commit
9a99200492
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      nginx.tpl

+ 1
- 0
nginx.tpl View File

@@ -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…
Cancel
Save