location /pc/ { index index.html; try_files $uri $uri/ /pc/index.html; } location /mobile/{ index index.html; try_files $uri $uri/ /mobile/index.html; }
server { listen 80; server_name www.xxxxx.cn; location ^~ /api/ { proxy_pass http://127.0.0.1:8080/; } }
← Navicat无限重置试用期脚本 Docker的使用→