# on which port to listen on (define 'keyfile' and 'certfile' for ssl): bind = ['0.0.0.0:443'] accesslog = None errorlog = "/tmp/frontend21.err" workers = 1 # Note: if you don't have eventlet and 'gunicorn[eventlet]' installed, use # gthread (below) instead. worker_class = "eventlet" worker_connections = 1000 # for eventlet, gevent #worker_class = "gthread" #threads = 40 # for gthread certfile = "/etc/letsencrypt/live/subscriptions.gir.st/fullchain.pem" keyfile = "/etc/letsencrypt/live/subscriptions.gir.st/privkey.pem"