Browse Source

forgotten IPv6

Guilhem Saurel 7 years ago
parent
commit
cc4b5c743e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontal/nginx.conf

+ 1 - 0
frontal/nginx.conf

@@ -1,5 +1,6 @@
 server {
     listen 80;
+    listen [::]:80;
     server_name oxyta.net www.oxyta.net;
     return 301 https://oxyta.net$request_uri;
 }