Better logo, reverse proxy fix for Apache2
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user