From c52d13b89637f117cc9a7b3d309171b30938f58c Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 30 Nov 2025 19:28:46 -0500 Subject: [PATCH] change host --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 03eb50e..ab21574 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -4,7 +4,7 @@ events { http { upstream drop_backend { - server thelounge-IRC-shielded:9000; + server localhost:9000; } # HTTPS server