flask-gunicorn icon indicating copy to clipboard operation
flask-gunicorn copied to clipboard

Add config file argument

Open aalhour opened this issue 8 years ago • 1 comments

Can you please add an argument to supply a Gunicorn config file which specifies more options for Gunicorn?

aalhour avatar Nov 14 '17 22:11 aalhour

I noticed that most of the gunicorn Application code (https://github.com/benoitc/gunicorn/blob/master/gunicorn/app/base.py#L79) dealt with loading the config file. Instead of copying and pasting, we could extend off of Application instead of BaseApplication.

jakerobers avatar Nov 21 '17 15:11 jakerobers