@ -47,6 +47,10 @@ http {
charset utf-8;
client_max_body_size ${NGINX_MAX_BODY_SIZE};
location /mobileH5 {
return 301 http://shuili-h5.product.dev.com:30115?$args;
}
location / {
root /usr/share/nginx/html;
index index.html index.htm;