Better logo, reverse proxy fix for Apache2

This commit is contained in:
andryyy
2017-03-07 19:24:15 +01:00
parent 5c40d84e78
commit 3269a5beff
2 changed files with 133 additions and 151 deletions

View File

@@ -97,8 +97,8 @@ Recreate affected containers by running `docker-compose up -d`.
[...]
# You should proxy to a plain HTTP session to offload SSL processing
ProxyPass / http://127.0.0.1:8080
ProxyPassReverse / http://127.0.0.1:8080
ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://127.0.0.1:8080/
ProxyPreserveHost On
your-ssl-configuration-here
[...]
@@ -167,4 +167,4 @@ You can choose between mailbox users or completely disable the sender check for
Mailbox users can, obviously, select their own mailbox address, as well as all alias addresses and aliases that exist through alias domains.
If you want to select another _existing_ mailbox user as your "mail from" address, this user has to delegate you access through SOGo (see SOGo documentation). Moreover a mailcow (domain) administrator
needs to grant you access as described above.
needs to grant you access as described above.