From d1b44e47971bfc5e5fee51d4728d2b28356feaae Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 16 Apr 2025 13:53:12 +0200 Subject: [PATCH] # server_name localhost; --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!