mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2026-04-23 15:49:38 +08:00
155 B
155 B
nginx配置
前端页面使用history模式需要重定向
location / {
index /index.html;
try_files $uri $uri/ /index.html;
}