aws-workshop
aws-workshop copied to clipboard
Gunicorn configuration file extension is wrong
The gunicorn configuration file now needs to be a .py file. See here:
The third source of configuration information is an optional configuration file
gunicorn.conf.pysearched in the current working directory or specified using a command line argument. Anything specified in this configuration file will override any framework specific settings.