From dd76e91f2f441efbd953907889a4168c8f9159ac Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 11 Oct 2015 19:09:17 +0000 Subject: [PATCH] robots.txt for bodhi.fp.o. --- roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf index bbb254330d..ec0466904c 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.bodhi.conf @@ -2,5 +2,7 @@ Header unset Set-Cookie +Alias /robots.txt /srv/web/robots.txt.bodhi.fedoraproject.org + ProxyPass {{localpath}} {{proxyurl}}{{remotepath}} ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}