Skip to content

Commit 98ba7ac

Browse files
authored
Fix WebSocket connection for Terminal page when using Caddy
1 parent 2d9c728 commit 98ba7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public function setupDynamicProxyConfiguration()
413413
handle /app/* {
414414
reverse_proxy coolify-realtime:6001
415415
}
416-
handle /terminal/ws/* {
416+
handle /terminal/ws {
417417
reverse_proxy coolify-realtime:6002
418418
}
419419
reverse_proxy coolify:80

0 commit comments

Comments
 (0)