diff --git a/docs/gunicorn_ext.py b/docs/gunicorn_ext.py index 139fea58..b3accc70 100755 --- a/docs/gunicorn_ext.py +++ b/docs/gunicorn_ext.py @@ -27,6 +27,7 @@ for reference on setting at the command line. $ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app .. versionadded:: 19.7 + """ ISSUE_URI = 'https://github.com/benoitc/gunicorn/issues/%s' PULL_REQUEST_URI = 'https://github.com/benoitc/gunicorn/pull/%s' diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 30d6e808..46fdb9cf 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -19,6 +19,7 @@ for reference on setting at the command line. $ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app .. versionadded:: 19.7 + Config File -----------