]> git.gir.st - subscriptionfeed.git/blob - config/gunicorn-frontend-config.py
less verbose welcome message
[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:443']
3
4 accesslog = None
5 errorlog = "/tmp/frontend21.err"
6 workers = 1
7 worker_class = "gthread"
8 threads = 40
9
10 certfile = "/etc/letsencrypt/live/subscriptions.gir.st/fullchain.pem"
11 keyfile = "/etc/letsencrypt/live/subscriptions.gir.st/privkey.pem"
Imprint / Impressum