fix: use handle instead of handle_path for WebSocket proxy
Some checks failed
continuous-integration/drone/push Build was killed
Some checks failed
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
reverse_proxy /sessionserver/* backend:8080
|
reverse_proxy /sessionserver/* backend:8080
|
||||||
|
|
||||||
# 2. WebSocket для измерения пинга
|
# 2. WebSocket для измерения пинга
|
||||||
handle_path /ws/ping* {
|
handle /ws/ping {
|
||||||
reverse_proxy ping-helper:8081
|
reverse_proxy ping-helper:8081
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user