# 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 worker_class = "gthread" threads = 40 certfile = "/etc/letsencrypt/live/subscriptions.gir.st/fullchain.pem" keyfile = "/etc/letsencrypt/live/subscriptions.gir.st/privkey.pem"