mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 07:28:56 +08:00
core: 支持修改 ssh rdp web 端口
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
listen @WEB_PORT@;
|
||||
listen [::]:@WEB_PORT@;
|
||||
root /;
|
||||
|
||||
gzip on;
|
||||
|
||||
Reference in New Issue
Block a user