Sets up nginx on image for config app with ssl
Move copying entry scripts to quay-entrypoint
This commit is contained in:
parent
2b19e1d93f
commit
69c155ef4f
11 changed files with 139 additions and 2 deletions
|
@ -10,7 +10,7 @@ from config_app.config_util.log import logfile_path
|
|||
|
||||
logconfig = logfile_path(debug=True)
|
||||
|
||||
bind = '0.0.0.0:80'
|
||||
bind = 'unix:/tmp/gunicorn_web.sock'
|
||||
workers = 1
|
||||
worker_class = 'gevent'
|
||||
pythonpath = '.'
|
||||
|
|
Reference in a new issue