summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-11-18 17:38:28 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-11-18 17:38:28 -0200
commit3485d1d436055957f42d752b94f416e6faa64cfa (patch)
treef57aee17d6b37a484eeb4deed7891719752b377c /templates
parentc40df22bc9b9730ef27be30bed41aa887d0c7022 (diff)
downloadpuppet-apache-3485d1d436055957f42d752b94f416e6faa64cfa.tar.gz
puppet-apache-3485d1d436055957f42d752b94f416e6faa64cfa.tar.bz2
Minor fix
Diffstat (limited to 'templates')
-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