Fix WebSocket connection for Terminal page when using Caddy
This commit is contained in:
parent
2d9c728a64
commit
98ba7ac28c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue