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