Browse Source

Fixed header name to make SSL connections work.

pull/229/head
Simon Eisenmann 10 years ago
parent
commit
934d09c0b0
  1. 2
      doc/APACHE.txt

2
doc/APACHE.txt

@ -19,7 +19,7 @@ Then add the following lines to your VirtualHost section: @@ -19,7 +19,7 @@ Then add the following lines to your VirtualHost section:
ProxyVia On
ProxyPreserveHost On
RequestHeader set X_FORWARDED_PROTO 'https' env=HTTPS
RequestHeader set X-Forwarded-Proto 'https' env=HTTPS
Thats it.

Loading…
Cancel
Save