This commit is contained in:
Berker Peksag 2017-01-13 12:25:54 +03:00
parent 9e311e1838
commit 243a277da8
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ for reference on setting at the command line.
.. note::
Settings can be specified by using environment variable
``GUNICORN_CMD_ARGS``. All avaiable command line arguments can be used.
``GUNICORN_CMD_ARGS``. All available command line arguments can be used.
For example, to specify the bind address and number of workers::
$ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app

View File

@ -13,7 +13,7 @@ for reference on setting at the command line.
.. note::
Settings can be specified by using environment variable
``GUNICORN_CMD_ARGS``. All avaiable command line arguments can be used.
``GUNICORN_CMD_ARGS``. All available command line arguments can be used.
For example, to specify the bind address and number of workers::
$ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app