From f59e3d70e7889496576e266ae93207f3cf951932 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Thu, 21 Oct 2021 16:12:43 -0400 Subject: [PATCH] Reverse proxy --- script-install-reverse-proxy | 1 - 1 file changed, 1 deletion(-) diff --git a/script-install-reverse-proxy b/script-install-reverse-proxy index 67e0044c..1f0dd84e 100644 --- a/script-install-reverse-proxy +++ b/script-install-reverse-proxy @@ -14,7 +14,6 @@ server { server_name localhost; location /cockpit { proxy_pass http://localhost:9090; - proxy_redirect http://localhost:9090; } } EOF