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