diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.elections.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.elections.conf
new file mode 100644
index 0000000000..b1c1a3a2d5
--- /dev/null
+++ b/roles/httpd/reverseproxy/templates/reversepassproxy.elections.conf
@@ -0,0 +1,10 @@
+
+RequestHeader set CP-Location {{localpath}}
+
+
+
+Header unset Set-Cookie
+
+
+ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
+ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}