调整svc域名
This commit is contained in:
parent
c6d43fc8cf
commit
ad3c392843
@ -13,7 +13,7 @@ server {
|
|||||||
index index.html;
|
index index.html;
|
||||||
}
|
}
|
||||||
location /console {
|
location /console {
|
||||||
proxy_pass http://console.prod.svc.cluster.local/console;
|
proxy_pass http://console.local.svc.cluster.local/console;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user