fix: 精简websocket配置

This commit is contained in:
tim
2025-10-26 14:17:38 +08:00
parent 05a5acee7e
commit e21b2f42d2
2 changed files with 1 additions and 53 deletions
-2
View File
@@ -100,8 +100,6 @@ server {
# auth_basic_user_file /etc/nginx/.htpasswd;
}
# ---------- WEBSOCKET GATEWAY TO :8082 ----------
location ^~ /websocket/ {
proxy_pass http://127.0.0.1:8084/;
proxy_http_version 1.1;