mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
It is now possible to specify a file with "config" as an application configuration key in a paste deploy configuration file. This allows paster applications to use the full range of gunicorn settings even when using paste/pserve rather than gunicorn_paster. Fixes #540.