vue 项目,共存
location /xxxx/ {
alias /tmp/xxxx
index index.html index.htm index.php;
try_files uri @routerXXXX;
}
location @routerXXXX {
rewrite /xxxx/index.html last;
}
location /xxxx/ {
alias /tmp/xxxx
index index.html index.htm index.php;
try_files uri @routerXXXX;
}
location @routerXXXX {
rewrite /xxxx/index.html last;
}
本文标题:nginx
本文链接:https://www.haomeiwen.com/subject/aqvqmrtx.html
网友评论