Przeglądaj źródła

Listen on IPv4 as well.

pull/4/head
Chris Smith 8 lat temu
rodzic
commit
9a99200492
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      nginx.tpl

+ 1
- 0
nginx.tpl Wyświetl plik

@@ -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 }};

Ładowanie…
Anuluj
Zapisz