Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50b070c5 authored by Markus Heiser's avatar Markus Heiser Committed by GitHub
Browse files

Merge pull request #1835 from dalf/uwsgi_fix

[fix] Disable HTTP keep alive
parents 3062e2ad 3f127b6c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -31,3 +31,7 @@ touch-logrotate = /run/uwsgi-logrotate
unique-cron = 15 0 -1 -1 -1 { touch /run/uwsgi-logrotate  }
log-backupname = /var/log/uwsgi/uwsgi.log.1
logto = /var/log/uwsgi/uwsgi.log

# No keep alive
# See https://github.com/searx/searx-docker/issues/24
add-header = Connection: close