Set up for running under gunicorn and nginx.

This commit is contained in:
Ubuntu 2013-10-02 20:42:12 +00:00
parent e90f9b37d4
commit fc80616eab
6 changed files with 224 additions and 6 deletions

View file

@ -89,4 +89,5 @@ class ProductionConfig(FlaskConfig, MailConfig, S3Storage, RDSMySQL,
'stream': sys.stderr,
'level': logging.DEBUG,
'format': LOG_FORMAT,
'filename': 'application.log',
}