party-rank-uniapp/public/nginx.conf

3 lines
70 B
Nginx Configuration File

location /h5 {
try_files $uri $uri/h5 /h5/index.html?$query_string;
}