nginx中vueルートを削除した後の配置問題
251 ワード
location =/ {
rewrite index.html permanent;
try_files $uri $uri/ /index.html;
}
転載先:https://www.cnblogs.com/jackjo/p/9707034.html
location =/ {
rewrite index.html permanent;
try_files $uri $uri/ /index.html;
}