From c76054d52e2161c1e1f3c9f76bfd07e7ee689783 Mon Sep 17 00:00:00 2001 From: rem Date: Sun, 30 Jun 2024 02:22:58 +0200 Subject: [PATCH] pp4 --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 / {