From 2a56e47c5ce467863632036cd9cad7f9476306e5 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 9 Jul 2019 14:11:38 +0100 Subject: [PATCH] Fix typo --- docs/en_US/server_deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/server_deployment.rst b/docs/en_US/server_deployment.rst index 6003003b9..04b788678 100644 --- a/docs/en_US/server_deployment.rst +++ b/docs/en_US/server_deployment.rst @@ -9,7 +9,7 @@ server mode and then deploying it either behind a webserver running as a reverse proxy, or using the WSGI interface. The following instructions demonstrate how pgAdmin may be run as a WSGI -application under ``Apache HTTP``, using ``mod_wsgi``, standalone using ``uWSGI`` +application under ``Apache HTTPD``, using ``mod_wsgi``, standalone using ``uWSGI`` or ``Gunicorn``, or under ``NGINX`` using using ``uWSGI`` or ``Gunicorn``.