2
0

feat: enhance docker run env

This commit is contained in:
zhangsz
2024-12-30 12:06:02 +08:00
parent f5723b3106
commit 0207122187
25 changed files with 133 additions and 114 deletions

View File

@@ -15,7 +15,7 @@ http {
server_name localhost;
location /sys {
root /home/wfc/portal;
root /opt/wfc/portal;
try_files $uri $uri/ /index.html;
index index.html index.htm;
}
@@ -29,7 +29,7 @@ http {
}
location /u {
root /home/wfc/portal;
root /opt/wfc/portal;
try_files $uri $uri/ /index.html;
index index.html index.htm;
}