Skip to content

Commit

Permalink
fix the pserve code block
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jun 6, 2019
1 parent a5ccad0 commit 2ecf43f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/deployment/nginx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,12 @@ can distinguish between different domains, HTTP vs. HTTPS.
#---------- Logging Configuration ----------
# ...
Running the pserve processes::
Running the pserve processes:

pserve production.ini?http_port=5000
pserve production.ini?http_port=5001
.. code-block:: bash
$ pserve production.ini\?http_port=5000
$ pserve production.ini\?http_port=5001
.. note::

Expand Down

0 comments on commit 2ecf43f

Please sign in to comment.