fix: use handle instead of handle_path for WebSocket proxy
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2026-01-16 16:25:38 +03:00
parent a482cf3832
commit 40209e4564

View File

@@ -13,7 +13,7 @@
reverse_proxy /sessionserver/* backend:8080
# 2. WebSocket для измерения пинга
handle_path /ws/ping* {
handle /ws/ping {
reverse_proxy ping-helper:8081
}