feat: 添加产品介绍首页,根目录指向 /data/www

This commit is contained in:
12451 2026-07-02 15:40:18 +08:00
parent 9bc8b5b4a8
commit 9358db42e7

View File

@ -13,7 +13,7 @@ server {
ssl_protocols TLSv1.2 TLSv1.3; ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5; ssl_ciphers HIGH:!aNULL:!MD5;
root /data/pms; root /data/www;
index index.html; index index.html;
location /doc/ { location /doc/ {
@ -34,6 +34,7 @@ server {
} }
location /pms/ { location /pms/ {
alias /data/pms/;
try_files $uri $uri/ /pms/index.html; try_files $uri $uri/ /pms/index.html;
} }
} }