更新 nginx.conf

msb_beta
覃昌波 3 years ago
parent 52ac5e3f4b
commit 5a46193cb5

@ -12,10 +12,12 @@ server {
try_files $uri @index ;
}
location /mall|uc{
location /mall{
proxy_pass http://k8s-horse-gateway.mashibing.cn;
}
location /uc{
proxy_pass http://k8s-horse-gateway.mashibing.cn;
}
location @index {
add_header Cache-Control "no-store" ;
root /usr/share/nginx/html;

Loading…
Cancel
Save