feat: 配置nginx支持web路由模式
自动部署 / build (push) Successful in 1m25s
Details
自动部署 / build (push) Successful in 1m25s
Details
parent
6de35daab1
commit
05a6b7ab72
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue