chore: enable database proxy TCP keepalive to stabilize long-lived stream connections

This commit is contained in:
ShadowArcanist 2025-12-23 17:57:02 +01:00
parent 8dada50e91
commit 0b0831d942

View file

@ -81,6 +81,7 @@ class StartDatabaseProxy
server {
listen $database->public_port;
proxy_pass $containerName:$internalPort;
proxy_socket_keepalive on;
{$timeoutDirective}
}
}