Reverse proxy

This commit is contained in:
2021-10-21 16:12:43 -04:00
parent 27329e5fa8
commit f59e3d70e7

View File

@@ -14,7 +14,6 @@ server {
server_name localhost; server_name localhost;
location /cockpit { location /cockpit {
proxy_pass http://localhost:9090; proxy_pass http://localhost:9090;
proxy_redirect http://localhost:9090;
} }
} }
EOF EOF