diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-11-18 17:48:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-11-18 17:48:49 -0200 |
commit | b21a8e01cb06573c082329b65c8ca166ea8e978e (patch) | |
tree | e842013477f146684f5433418b4790962b9355e6 /templates | |
parent | 3485d1d436055957f42d752b94f416e6faa64cfa (diff) | |
download | puppet-apache-b21a8e01cb06573c082329b65c8ca166ea8e978e.tar.gz puppet-apache-b21a8e01cb06573c082329b65c8ca166ea8e978e.tar.bz2 |
Use $apache_https_proxy instead of hardcoded HTTPS setting
Diffstat (limited to 'templates')
-rw-r--r-- | templates/apache2.conf.erb | 3 |
1 files changed, 0 insertions, 3 deletions
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 |