]> git.gir.st - subscriptionfeed.git/blob - config/gunicorn-frontend-config.py
split app into blueprints - part 1
[subscriptionfeed.git] / config / gunicorn-frontend-config.py
1 # on which port to listen on (define 'keyfile' and 'certfile' for ssl):
2 bind = ['0.0.0.0:8000']
3
4 accesslog = None
5 errorlog = "/tmp/frontend21.err"
6 workers = 1
7 worker_class = "gthread"
8 threads = 4
Imprint / Impressum