📜  重新加载后反应 nginx 返回 404 - Javascript 代码示例
📅  最后修改于: 2022-03-11 15:03:29.093000             🧑  作者: Mango
代码示例1
Change location in Nginx to this code below
location / {
try_files $uri /index.html;
}