From 3485d1d436055957f42d752b94f416e6faa64cfa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Nov 2011 17:38:28 -0200 Subject: Minor fix --- templates/apache2.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 -- cgit v1.2.3