mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-01 16:37:10 +00:00
Another Apache2 reverse proxy fix, thanks Elvir
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ Recreate affected containers by running `docker-compose up -d`.
|
|||||||
# You should proxy to a plain HTTP session to offload SSL processing
|
# You should proxy to a plain HTTP session to offload SSL processing
|
||||||
ProxyPass / http://127.0.0.1:8080/
|
ProxyPass / http://127.0.0.1:8080/
|
||||||
ProxyPassReverse / http://127.0.0.1:8080/
|
ProxyPassReverse / http://127.0.0.1:8080/
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost Off
|
||||||
your-ssl-configuration-here
|
your-ssl-configuration-here
|
||||||
[...]
|
[...]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user