调整svc域名

This commit is contained in:
xuht 2025-07-31 22:49:28 +08:00
parent c6d43fc8cf
commit ad3c392843

View File

@ -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;