更新 nginx.conf

msb_beta
覃昌波 3 years ago
parent 0bbc4a97f7
commit b192f8f80c

@ -11,6 +11,10 @@ server {
root /usr/share/nginx/html;
try_files $uri @index ;
}
location /mall|uc{
proxy_pass http://192.168.10.254:31868;
}
location @index {
add_header Cache-Control "no-store" ;

Loading…
Cancel
Save