nginx 配置

pull/1/head
李强 2021-03-10 21:08:08 +08:00
parent 91d93e4bfd
commit f7eef73505
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
location / {
root /dvadmin-doc/dist/;
root /dvadmin-doc/docs/.vuepress/dist/;
index index.html index.php index.htm;
}