diff --git a/nginx/default.conf b/nginx/default.conf index 8cce033..709f70b 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -13,7 +13,7 @@ server { index index.html; } 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 X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;