Skip to content

Commit 4518a27

Browse files
authored
Update 40-apply-db-proxy.sh
1 parent ae74d7c commit 4518a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/db/40-apply-db-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stream {
3131
access_log /var/log/nginx/access.log main;
3232
3333
server {
34-
listen ${DATABASE_PORT} so_keepalive=on;
34+
listen ${DATABASE_PORT};
3535
proxy_pass db;
3636
}
3737
}

0 commit comments

Comments
 (0)