Appearance
find / -name nginx.conf // etc/nginx // 或者 // usr/local/nginx
location /MP{ alias /usr/local/sunlight/dvs/dvs-ui/mp/; index index.html; add_header Cache-Control no-cache; }