2
0
mirror of https://github.com/searx/searx synced 2025-08-30 14:08:47 +00:00

Merge pull request #1835 from dalf/uwsgi_fix

[fix] Disable HTTP keep alive
This commit is contained in:
Markus Heiser
2020-02-08 12:52:22 +00:00
committed by GitHub

View File

@@ -31,3 +31,7 @@ touch-logrotate = /run/uwsgi-logrotate
unique-cron = 15 0 -1 -1 -1 { touch /run/uwsgi-logrotate } unique-cron = 15 0 -1 -1 -1 { touch /run/uwsgi-logrotate }
log-backupname = /var/log/uwsgi/uwsgi.log.1 log-backupname = /var/log/uwsgi/uwsgi.log.1
logto = /var/log/uwsgi/uwsgi.log logto = /var/log/uwsgi/uwsgi.log
# No keep alive
# See https://github.com/searx/searx-docker/issues/24
add-header = Connection: close