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