Fix WebSocket connection for Terminal page when using Caddy

This commit is contained in:
Dennis Blume 2024-09-18 13:33:38 +02:00 committed by GitHub
parent 2d9c728a64
commit 98ba7ac28c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -413,7 +413,7 @@ public function setupDynamicProxyConfiguration()
handle /app/* {
reverse_proxy coolify-realtime:6001
}
handle /terminal/ws/* {
handle /terminal/ws {
reverse_proxy coolify-realtime:6002
}
reverse_proxy coolify:80