feat(shell): 支持自定义 面板/RPC 端口

This commit is contained in:
naiba
2020-12-07 09:38:10 +08:00
parent 712b961193
commit f735861d65
6 changed files with 35 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ sudo ./nezha.sh
#server_name blablabla...
location /ws {
proxy_pass http://ip:8008;
proxy_pass http://ip:站点访问端口;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";