NGINX Configuration for Vue-Router in HTML5 Mode
server { listen 80 default_server; listen [::]:80 default_server; root /your/root/path; index index.html; server_name you.server.com; location / { try_files $uri $uri/ @rewrites; } location ...
转载
2018-05-04 11:55:21 ·
312 阅读 ·
0 评论