From 97d788f36499f5afa624498545c04afa35fcead4 Mon Sep 17 00:00:00 2001 From: adb Date: Fri, 24 Jun 2022 00:35:19 +0200 Subject: [PATCH] debug redirect to internal port --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 41c80b3..b6c999e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -24,6 +24,7 @@ http { server { listen 8080 default_server; server_name _; + absolute_redirect off; location / { index index.html;