Skip to content

Commit

Permalink
Merge pull request #2460 from SalahEddineBC/patch-1
Browse files Browse the repository at this point in the history
[Typo] Custom Application Section
  • Loading branch information
tilgovi committed Feb 16, 2021
2 parents 5001de6 + f3ee02f commit 7ffefa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ pass them along as if you're directly giving them to Gunicorn:
.. code-block:: bash
# Custom parameters
$ python gunicorn.app.wsgiapp exampleapi:app --bind=0.0.0.0:8081 --workers=4
$ python -m gunicorn.app.wsgiapp exampleapi:app --bind=0.0.0.0:8081 --workers=4
# Using a config file
$ python gunicorn.app.wsgiapp exampleapi:app -c config.py
$ python -m gunicorn.app.wsgiapp exampleapi:app -c config.py
Note for those using PEX: use ``-c gunicorn`` as your entry at build
time, and your compiled app should work with the entry point passed to it at
Expand Down

0 comments on commit 7ffefa6

Please sign in to comment.