Another Apache2 reverse proxy fix, thanks Elvir

master
andryyy 2017-03-07 19:34:10 +01:00
parent 751b2c16e5
commit ef3861d448
1 changed files with 1 additions and 1 deletions

View File

@ -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
ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://127.0.0.1:8080/
ProxyPreserveHost On
ProxyPreserveHost Off
your-ssl-configuration-here
[...]