diff --git a/deploy/nginx/app.anzhizhichong.com.conf b/deploy/nginx/app.anzhizhichong.com.conf index ed4c956..505f58a 100644 --- a/deploy/nginx/app.anzhizhichong.com.conf +++ b/deploy/nginx/app.anzhizhichong.com.conf @@ -13,7 +13,7 @@ server { ssl_protocols TLSv1.2 TLSv1.3; ssl_ciphers HIGH:!aNULL:!MD5; - root /data/pms; + root /data/www; index index.html; location /doc/ { @@ -34,6 +34,7 @@ server { } location /pms/ { + alias /data/pms/; try_files $uri $uri/ /pms/index.html; } }