EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 25ff31fc authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

add gunicorn config from vhr_image_2018

parent 04de4a84
No related branches found
No related tags found
1 merge request!11Update configurations
......@@ -2,4 +2,4 @@
echo "Running gunicorn"
exec gunicorn --chdir ${INSTALL_DIR}/pvs_instance/ --bind :80 pvs_instance.wsgi:application --workers 8 --worker-class sync --timeout 600 --access-logfile - --error-logfile - --log-level warning --disable-redirect-access-to-syslog
exec gunicorn --chdir ${INSTALL_DIR}/pvs_instance/ --bind :80 pvs_instance.wsgi:application --workers 8 --max-requests 10 --max-requests-jitter 3 --worker-class sync --timeout 600 --access-logfile - --error-logfile - --log-level warning --disable-redirect-access-to-syslog
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