更新 nginx.conf

msb_beta
覃昌波 3 years ago
parent ee8fb15784
commit 70a1d8c618

@ -12,9 +12,10 @@ server {
try_files $uri @index ;
}
location ~ /mall {
proxy_pass http://k8s-horse-gateway.mashibing.cn/;
}
location ~ /mall/ {
proxy_pass http://k8s-horse-gateway.mashibing.cn/;
}
location @index {
add_header Cache-Control "no-store" ;

Loading…
Cancel
Save