1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Fix the reverse proxy documentation

This commit is contained in:
kaiyou 2017-11-05 00:34:32 +01:00
parent 0d7ab122d5
commit e0dd708ce0

View File

@ -115,7 +115,7 @@ This will stop redirects (301 and 302) sent by the Webmail, nginx front and admi
Override Mailu configuration
============================
----------------------------
If you do not have the resources for running a separate reverse proxy, you could override Mailu reverse proxy configuration by using a Docker volume. Simply store your configuration file (Nginx format), in ``/mailu/nginx.conf`` for instance.
@ -137,7 +137,7 @@ Then modify your ``docker-compose.yml`` file and change the ``front`` section to
You can use our default configuration file as a sane base for your configuration.
Disable completely Mailu reverse proxy
======================================
--------------------------------------
You can simply disable Mailu reverse proxy by removing the ``front`` section from the ``docker-compose.yml`` and use your own means to reverse proxy requests to the proper containers.