fix: 补充tunnel端点nginx代理的路径前缀

This commit is contained in:
fawney19
2026-03-02 04:18:28 +08:00
parent 3f7a3d7600
commit c9dbe7936b
2 changed files with 2 additions and 2 deletions

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:8085;' \
' proxy_pass http://127.0.0.1:8085/proxy;' \
' proxy_http_version 1.1;' \
' proxy_set_header Host $host;' \
' proxy_set_header X-Real-IP $real_ip;' \

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:8085;' \
' proxy_pass http://127.0.0.1:8085/proxy;' \
' proxy_http_version 1.1;' \
' proxy_set_header Host $host;' \
' proxy_set_header X-Real-IP $real_ip;' \