diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/apache2.conf.erb | 2 |
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 |