Skip to content
Snippets Groups Projects
Commit cb68c9c2 authored by Andreas Nüßlein's avatar Andreas Nüßlein
Browse files

gunicorn.conf.py

parent 4d6f7e70
No related branches found
No related tags found
No related merge requests found
bind = "unix:../run/gunicorn.socket"
pidfile = "../run/gunicorn.pid"
wsgi_app = "config.wsgi"
limit_request_line = 0
timeout = 360
workers = 4
threads = 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment