Angular8前端单独部署伪静态配置

location / {
    index  index.html;
    try_files $uri $uri/ /index.html;
}
发布了87 篇原创文章 · 获赞 93 · 访问量 10万+

猜你喜欢

转载自blog.csdn.net/zhichaosong/article/details/100900567