更新 nginx.conf

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

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

Loading…
Cancel
Save