diff --git a/nginx.conf b/nginx.conf index 8c96b4c..a4993f9 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,6 +1,6 @@ server { listen 80; - server_name localhost; + # server_name localhost; location / { root /usr/share/nginx/html/browser; # This is crucial!