Skip to content
Snippets Groups Projects
Commit 79a6b925 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

gunicorn configuration modified to allow long GET requests (header up to 8192b)

parent 6633ba2c
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -46,7 +46,7 @@ User=www-data ...@@ -46,7 +46,7 @@ User=www-data
Group=www-data Group=www-data
WorkingDirectory=/var/www/scheduling-system/smash 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 ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID ExecStop=/bin/kill -s TERM $MAINPID
PrivateTmp=true PrivateTmp=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment