From ef3861d448eb673ee28342a66d500cb65980adbe Mon Sep 17 00:00:00 2001 From: andryyy Date: Tue, 7 Mar 2017 19:34:10 +0100 Subject: [PATCH] Another Apache2 reverse proxy fix, thanks Elvir --- docs/first_steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/first_steps.md b/docs/first_steps.md index 4dd055c1..03dd5065 100644 --- a/docs/first_steps.md +++ b/docs/first_steps.md @@ -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 [...]