diff --git a/doc/config.rst b/doc/config.rst
index f956fee5d67bc90ad15306c7f4d77869f5c10978..3f31f863faac90889a5a69f4416c2c7669553050 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -174,6 +174,8 @@ LOG_TIME_FORMAT
 Website settings
 ^^^^^^^^^^^^^^^^
 
+.. _config-reverse-proxied:
+
 REVERSE_PROXIED
   If set to `True`, the WSGI application runs behind a reverse proxy (e.g.,
   nginx using ``proxy_pass``). This needs to be set if the application is
diff --git a/doc/deploy.rst b/doc/deploy.rst
index ca0d90b219d1182c0cec7ad02ec93bf9ed0fdb1f..c1647f4fb16a6c43eb1408e74efd59f1dba822ab 100644
--- a/doc/deploy.rst
+++ b/doc/deploy.rst
@@ -22,13 +22,15 @@ using Gunicorn, nginx and Supervisor.
 Configuration settings
 ----------------------
 
-It is recommended to at least set the following configuration settings:
+At a minimum, it is recommended to have a look at the following configuration
+settings:
 
 - :ref:`EMAIL <config-email>`
 - :ref:`DEBUG <config-debug>`
 - :ref:`CACHE_DIR <config-cache-dir>`
 - :ref:`SOAP_WSDL_URL <config-soap-wsdl-url>`
 - :ref:`JSON_ROOT_URL <config-json-root-url>`
+- :ref:`REVERSE_PROXIED <config-reverse-proxied>`
 
 
 WSGI application server: Gunicorn