From 79a6b925ad033785d7a7b654daffe0a973b1b1c0 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 6 Nov 2017 11:14:27 +0100 Subject: [PATCH] gunicorn configuration modified to allow long GET requests (header up to 8192b) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7c6b4657..b5abfbe9 100644 --- a/readme.md +++ b/readme.md @@ -46,7 +46,7 @@ User=www-data Group=www-data WorkingDirectory=/var/www/scheduling-system/smash -ExecStart=/var/www/scheduling-system/env/bin/gunicorn --pid /run/gunicorn/pid smash.wsgi +ExecStart=/var/www/scheduling-system/env/bin/gunicorn --pid /run/gunicorn/pid smash.wsgi --limit-request-line 8192 ExecReload=/bin/kill -s HUP $MAINPID ExecStop=/bin/kill -s TERM $MAINPID PrivateTmp=true -- GitLab