Skip to content
Snippets Groups Projects
Commit e6a56f87 authored by Alexander Pace's avatar Alexander Pace
Browse files

increase LimitRequestFieldSize

parent 659cce4d
No related branches found
No related tags found
1 merge request!222increase LimitRequestFieldSize
Pipeline #630528 passed
......@@ -84,6 +84,9 @@ ServerName ${DJANGO_PRIMARY_FQDN}
# Set X_FORWARDED_PROTO to https
RequestHeader set X_FORWARDED_PROTO "https"
# Increase the max allowable header size:
LimitRequestFieldSize 16384
# Set up mod_xsendfile for serving static event files as directed by Django
XSendFile On
XSendFilePath /app/db_data/
......
......@@ -6,7 +6,7 @@ redirect_stderr=true
priority=3
[program:gracedb]
command=/usr/local/bin/gunicorn config.wsgi:application --reload --config /app/gracedb_project/config/gunicorn_config.py --error-logfile='-' --access-logfile='-'
command=/usr/local/bin/gunicorn config.wsgi:application --limit-request-field_size 16384 --reload --config /app/gracedb_project/config/gunicorn_config.py --error-logfile='-' --access-logfile='-'
directory=/app/gracedb_project
user=gracedb
group=www-data
......
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