diff --git a/group_vars/dch-proxy.yml b/group_vars/dch-proxy.yml index 91d869d..15d0acf 100644 --- a/group_vars/dch-proxy.yml +++ b/group_vars/dch-proxy.yml @@ -136,4 +136,4 @@ dch_proxy_backends: servers: - name: web0 host: 'web0.pyrocufflink.blue:443' - options: check + options: check send-proxy diff --git a/roles/websites/dustin.hatch.name/files/dustin.hatch.name.httpd.conf b/roles/websites/dustin.hatch.name/files/dustin.hatch.name.httpd.conf index f96397a..960312c 100644 --- a/roles/websites/dustin.hatch.name/files/dustin.hatch.name.httpd.conf +++ b/roles/websites/dustin.hatch.name/files/dustin.hatch.name.httpd.conf @@ -11,6 +11,8 @@ RewriteRule (.*) https://%{SERVER_NAME}$1 [R=301,L] ServerName dustin.hatch.name +RemoteIPProxyProtocol On + Include conf.d/ssl.include