diff options
-rw-r--r-- | doc/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index d863f97e9..816b79066 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -391,7 +391,7 @@ would look something like this: ProxyPreserveHost On ProxyPass / http://localhost:80/ ProxyPassReverse / http://localhost:80/ - RequestHeader set X_FORWARDED_PROTO 'https' + RequestHeader set X-Forwarded-Proto 'https' SSLEngine on SSLProtocol all -SSLv2 |