diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 81cf99b..78fbc27 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -1,7 +1,6 @@ server { listen 80; - listen [::]:80; server_name ""; root /home/container/webroot;