Set up for running under gunicorn and nginx.
This commit is contained in:
parent
e90f9b37d4
commit
fc80616eab
6 changed files with 224 additions and 6 deletions
|
@ -89,4 +89,5 @@ class ProductionConfig(FlaskConfig, MailConfig, S3Storage, RDSMySQL,
|
|||
'stream': sys.stderr,
|
||||
'level': logging.DEBUG,
|
||||
'format': LOG_FORMAT,
|
||||
'filename': 'application.log',
|
||||
}
|
||||
|
|
Reference in a new issue