feat: 添加产品介绍首页,根目录指向 /data/www
This commit is contained in:
parent
9bc8b5b4a8
commit
9358db42e7
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user