# Fix 502 errors for closed connections
http-keepalive = 1
add-header = Connection: Keep-Alive

# Better startup/shutdown in docker:
die-on-term = true
lazy-apps = false
need-app = true
no-defer-accept = true

# Other settings
master = true
py-call-osafterfork = true
vacuum = true
hook-master-start = unix_signal:1 gracefully_kill_them_all
disable-logging = true
