mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Strip trailing whitespace
This commit is contained in:
parent
3b853b0455
commit
91892205bf
@ -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'
|
||||
|
||||
@ -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
|
||||
-----------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user