Updated deployment documentation, refer correctly to uWSGI where Gunicorn had been referenced. Fixes #6096

Patch By: Thomas Levine
pull/38/head
Akshay Joshi 2020-12-24 13:20:08 +05:30
parent 4c9853f10d
commit 3012778def
2 changed files with 2 additions and 1 deletions

View File

@ -30,3 +30,4 @@ Bug fixes
| `Issue #6061 <https://redmine.postgresql.org/issues/6061>`_ - Fixed extra parentheses issue around joins for Views.
| `Issue #6065 <https://redmine.postgresql.org/issues/6065>`_ - Fixed accessibility issues in schema diff module.
| `Issue #6084 <https://redmine.postgresql.org/issues/6084>`_ - Fixed TypeError exception in schema diff when selected any identical object.
| `Issue #6096 <https://redmine.postgresql.org/issues/6096>`_ - Updated deployment documentation, refer correctly to uWSGI where Gunicorn had been referenced.

View File

@ -255,7 +255,7 @@ pgAdmin can be hosted by uWSGI, with NGINX in front of it. Note that these
examples assume pgAdmin was installed using the Python Wheel (you may need to
adjust the path to suit your installation).
To run with pgAdmin in the root directory of the server, start Gunicorn using a
To run with pgAdmin in the root directory of the server, start uWSGI using a
command similar to:
.. code-block:: bash