diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf
deleted file mode 100644
index f2f202c88e..0000000000
--- a/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-<Location ~ {{localpath}}/(static|tg_widgets/turbogears.widgets)>
-Header unset Set-Cookie
-</Location>
-
-{% if keephost %}
-ProxyPreserveHost On
-{% endif %}
-
-ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
-ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}