diff --git a/docs/gunicorn_ext.py b/docs/gunicorn_ext.py index 3350130e..84546bf2 100755 --- a/docs/gunicorn_ext.py +++ b/docs/gunicorn_ext.py @@ -25,7 +25,7 @@ for reference on setting at the command line. For example, to specify the bind address and number of workers:: $ 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' diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 0c399a0c..2d498a29 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -17,6 +17,8 @@ for reference on setting at the command line. For example, to specify the bind address and number of workers:: $ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app + + .. versionadded:: 19.7 Config File -----------