fix: 修复tunnel端点nginx代理端口未替换的占位符问题

This commit is contained in:
fawney19
2026-03-02 04:14:48 +08:00
parent 5b9d9452c9
commit 3f7a3d7600
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ RUN printf '%s\n' \
'' \
' # WebSocket 隧道端点(aether-proxy tunnel 模式)' \
' location = /api/internal/proxy-tunnel {' \
' proxy_pass http://127.0.0.1:PORT_PLACEHOLDER;' \
' proxy_pass http://127.0.0.1:8085;' \
' proxy_http_version 1.1;' \
' proxy_set_header Host $host;' \
' proxy_set_header X-Real-IP $real_ip;' \
+1 -1
View File
@@ -93,7 +93,7 @@ RUN printf '%s\n' \
'' \
' # WebSocket 隧道端点(aether-proxy tunnel 模式)' \
' location = /api/internal/proxy-tunnel {' \
' proxy_pass http://127.0.0.1:PORT_PLACEHOLDER;' \
' proxy_pass http://127.0.0.1:8085;' \
' proxy_http_version 1.1;' \
' proxy_set_header Host $host;' \
' proxy_set_header X-Real-IP $real_ip;' \