From b21a8e01cb06573c082329b65c8ca166ea8e978e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Nov 2011 17:48:49 -0200 Subject: Use $apache_https_proxy instead of hardcoded HTTPS setting --- templates/apache2.conf.erb | 3 --- 1 file changed, 3 deletions(-) (limited to 'templates') diff --git a/templates/apache2.conf.erb b/templates/apache2.conf.erb index 9b6132f..ee28bdc 100644 --- a/templates/apache2.conf.erb +++ b/templates/apache2.conf.erb @@ -644,6 +644,3 @@ ErrorDocument 404 http://<%= domain %>/missing.html # Include the virtual host configurations: Include /etc/apache2/sites-enabled/ - -# See http://www.metaltoad.com/blog/running-drupal-secure-pages-behind-proxy -SetEnvIf X-Forwarded-Proto https HTTPS=on -- cgit v1.2.3