From 258aaa6cbfca9d314df162c7b6988d81b3ed8072 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Thu, 21 Oct 2021 16:10:58 -0400 Subject: [PATCH] Reverse proxy --- script-install-reverse-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script-install-reverse-proxy b/script-install-reverse-proxy index 625f6893..26150e18 100644 --- a/script-install-reverse-proxy +++ b/script-install-reverse-proxy @@ -14,7 +14,7 @@ server { server_name localhost; location /cockpit { proxy_pass http://localhost:9090; - proxy_redirect http://localhost:9090/; + proxy_redirect http://localhost:9090; } } EOF