summaryrefslogtreecommitdiff
path: root/dockerfiles
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-02-23 11:55:20 +0000
committerGitHub <noreply@github.com>2020-02-23 11:55:20 +0000
commit55aa7f96c17b46071616df3106219ff8230f7c7b (patch)
tree2e3af4d525d783d2fc61a1852564c5dd4385c0cd /dockerfiles
parent24472ce71832a2b516e0c96fe73587208eb33c65 (diff)
parent8c2609775755d991c9905a0852c2770a79d1c091 (diff)
Merge branch 'master' into docker/opencontainers
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/uwsgi.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/dockerfiles/uwsgi.ini b/dockerfiles/uwsgi.ini
index fa2fd6302..ecc4b394e 100644
--- a/dockerfiles/uwsgi.ini
+++ b/dockerfiles/uwsgi.ini
@@ -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