core: 支持修改 ssh rdp web 端口

This commit is contained in:
bin456789
2024-10-12 23:07:01 +08:00
parent b3fef989b0
commit 91a969ae75
10 changed files with 323 additions and 39 deletions

View File

@ -1,6 +1,6 @@
server {
listen 80;
listen [::]:80;
listen @WEB_PORT@;
listen [::]:@WEB_PORT@;
root /;
gzip on;