From: Silvio Rhatto Date: Fri, 18 Nov 2011 19:38:28 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3485d1d436055957f42d752b94f416e6faa64cfa;p=puppet-apache.git Minor fix --- 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