feat: 配置nginx支持web路由模式
自动部署 / build (push) Successful in 1m25s Details

master
luoer 2023-11-08 10:05:03 +08:00
parent 6de35daab1
commit 05a6b7ab72
1 changed files with 1 additions and 0 deletions

1
.github/nginx.conf vendored
View File

@ -6,6 +6,7 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
error_page 500 502 503 504 /50x.html;