From 22750ea4c1f772d20c77ccca5ff716493ae3a4ed Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Thu, 21 Oct 2021 15:39:46 -0400 Subject: [PATCH] Reverse proxy --- script-install-reverse-proxy | 2 -- 1 file changed, 2 deletions(-) diff --git a/script-install-reverse-proxy b/script-install-reverse-proxy index 680f219e..d8f92995 100644 --- a/script-install-reverse-proxy +++ b/script-install-reverse-proxy @@ -16,7 +16,6 @@ server { server_name localhost.cockpit; location / { proxy_pass http://127.0.0.1:9090/; - proxy_redirect http://127.0.0.1:9090/; } } server { @@ -25,7 +24,6 @@ server { server_name localhost.robot; location / { proxy_pass http://127.0.0.1:8888/; - proxy_redirect http://127.0.0.1:8888/; } } EOF