Reverse proxy
This commit is contained in:
@@ -14,7 +14,7 @@ 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/;
|
proxy_redirect http://localhost:9090;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user