dev gunicorn config

pull/1/head
Chris Veilleux 2018-08-22 22:27:22 -05:00
parent 9670842f86
commit 3c40c69c22
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
bind = "0.0.0.0:5000"
accesslog = '/var/log/gunicorn/access.log'
errorlog = '/var/log/gunicorn/error.log'
capture_output = True
keyfile = '/etc/ssl/certs/localhost.key'
certfile = '/etc/ssl/certs/localhost.crt'
ca_certs = '/etc/ssl/certs/rootCA.pem'