소스 검색

Another Apache2 reverse proxy fix, thanks Elvir

andryyy 8 년 전
부모
커밋
ef3861d448
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/first_steps.md

+ 1 - 1
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
     [...]