
gunicorn_config.py
About this file
This shell script contains configuration variables for setting up gunicorn. The configuration variables pertain to the timeout time and keep-alive time for requests, logging settings (such as path location), server settings for forking, and path locations for the SSL key and certification files.
Code Issues
- No issues to report.
Code Check Report
gunicorn_config.py:5:121: E501 line too long (157 > 120 characters) gunicorn_config.py:60:13: F821 undefined name 'gunicorn_logging'
Documentation drawn from source code