From 3012778defbc585015b74e5879bae44c411a4f18 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Thu, 24 Dec 2020 13:20:08 +0530 Subject: [PATCH] Updated deployment documentation, refer correctly to uWSGI where Gunicorn had been referenced. Fixes #6096 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch By: Thomas Levine --- docs/en_US/release_notes_4_30.rst | 1 + docs/en_US/server_deployment.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_4_30.rst b/docs/en_US/release_notes_4_30.rst index 7a15eea37..6b801642c 100644 --- a/docs/en_US/release_notes_4_30.rst +++ b/docs/en_US/release_notes_4_30.rst @@ -30,3 +30,4 @@ Bug fixes | `Issue #6061 `_ - Fixed extra parentheses issue around joins for Views. | `Issue #6065 `_ - Fixed accessibility issues in schema diff module. | `Issue #6084 `_ - Fixed TypeError exception in schema diff when selected any identical object. +| `Issue #6096 `_ - Updated deployment documentation, refer correctly to uWSGI where Gunicorn had been referenced. diff --git a/docs/en_US/server_deployment.rst b/docs/en_US/server_deployment.rst index f80b0c4d8..81ffae484 100644 --- a/docs/en_US/server_deployment.rst +++ b/docs/en_US/server_deployment.rst @@ -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