diff --git a/nginx.conf b/nginx.conf index d99dfe1..01840b7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,7 @@ http { include /etc/nginx/mime.types; server { listen 8080; - server_name localhost; + server_name 0.0.0.0; root /usr/share/nginx/html; index index.html; location / {