From 81df07dedc9f3ae33e724c698a5991255ca72330 Mon Sep 17 00:00:00 2001 From: relaxed <> Date: Sun, 25 Aug 2024 09:58:03 +0500 Subject: [PATCH] nginx hotfix --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index e9dbf18..0f29c3f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -21,7 +21,7 @@ http { server { listen 0.0.0.0:80; - resolver $host; + # resolver $host; server_name localhost; location / {