标签:hat location file uri AC index oca 直接 vue
1、
这是根据实际情况来写的。
location /h5/activity/wechat/ {
index index.html index.htm index.php;
try_files $uri $uri/ /h5/activity/wechat/index.html;
}
这是项目直接放在根目录下的情况。
location / {
index index.html index.htm index.php;
try_files $uri $uri/ /index.html;
}
nginx----------前端写了一套带有vue路由的的功能。放到nginx配置的目录下以后,刷新会报404未找到。
标签:hat location file uri AC index oca 直接 vue
原文地址:https://www.cnblogs.com/wamptao/p/9066700.html