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