diff --git a/docs/installation/auth/apache.md b/docs/installation/auth/apache.md index 2e7ddc79..e1974479 100644 --- a/docs/installation/auth/apache.md +++ b/docs/installation/auth/apache.md @@ -57,13 +57,13 @@ Place your virtual host configuration in the appropriate section within `/etc/ht ``` -If you use SSL, add the following lines inside the `VirtualHost` block: +## SSL + +It's 2018 - there's no reason to run a site without SSL. The EFF provides free, renewable SSL certificates with an automated installer. Visit their [website](https://certbot.eff.org/) for information. + +After acquiring SSL the config file needs to be adjusted. Add the following lines inside the `` block: ``` RequestHeader set X-FORWARDED-PROTOCOL https RequestHeader set X-FORWARDED-SSL On ``` - -## SSL - -It's 2018 - there's no reason to run a site without SSL. The EFF provides free, renewable SSL certificates with an automated installer. Visit their [website](https://certbot.eff.org/) for information. \ No newline at end of file