Explorar el Código

Listen on IPv4 as well.

pull/4/head
Chris Smith hace 8 años
padre
commit
9a99200492
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      nginx.tpl

+ 1
- 0
nginx.tpl Ver fichero

@@ -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…
Cancelar
Guardar