Reverse proxy
This commit is contained in:
@@ -16,7 +16,6 @@ server {
|
|||||||
server_name localhost.cockpit;
|
server_name localhost.cockpit;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:9090/;
|
proxy_pass http://127.0.0.1:9090/;
|
||||||
proxy_redirect http://127.0.0.1:9090/;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
@@ -25,7 +24,6 @@ server {
|
|||||||
server_name localhost.robot;
|
server_name localhost.robot;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:8888/;
|
proxy_pass http://127.0.0.1:8888/;
|
||||||
proxy_redirect http://127.0.0.1:8888/;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user