Merge pull request #2147 from Napsty/develop

Mention reverse proxy in doc
This commit is contained in:
Hillel Coren 2018-06-06 07:15:59 -07:00 committed by GitHub
commit 4434477c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 .. code-block:: shell