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