mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore: enable database proxy TCP keepalive to stabilize long-lived stream connections
This commit is contained in:
parent
8dada50e91
commit
0b0831d942
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ class StartDatabaseProxy
|
|||
server {
|
||||
listen $database->public_port;
|
||||
proxy_pass $containerName:$internalPort;
|
||||
proxy_socket_keepalive on;
|
||||
{$timeoutDirective}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue