From f66e05e45a02146b0c50087cbf5ebd51d5b1b843 Mon Sep 17 00:00:00 2001 From: Napsty Date: Wed, 6 Jun 2018 13:50:42 +0200 Subject: [PATCH] Mention reverse proxy in doc --- docs/configure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configure.rst b/docs/configure.rst index ae098099f10f..f5722fea8f01 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -130,10 +130,10 @@ Lock Invoices Adding ``LOCK_SENT_INVOICES=true`` to the .env file will prevent changing an invoice once it has been sent. -Using a Proxy +Using a (Reverse) Proxy """"""""""""" -If you need to set a list of trusted proxies you can add a TRUSTED_PROXIES value in the .env file. ie, +If you need to set a list of trusted (reverse) proxies you can add a TRUSTED_PROXIES value in the .env file. ie, .. code-block:: shell