summaryrefslogtreecommitdiff
path: root/templates/apache2.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/apache2.conf.erb')
-rw-r--r--templates/apache2.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apache2.conf.erb b/templates/apache2.conf.erb
index 79b9ac1..9b6132f 100644
--- a/templates/apache2.conf.erb
+++ b/templates/apache2.conf.erb
@@ -646,4 +646,4 @@ ErrorDocument 404 http://<%= domain %>/missing.html
Include /etc/apache2/sites-enabled/
# See http://www.metaltoad.com/blog/running-drupal-secure-pages-behind-proxy
-SetEnvIf X_FORWARDED_PROTO https HTTPS=on
+SetEnvIf X-Forwarded-Proto https HTTPS=on