summaryrefslogtreecommitdiffstats
path: root/app.psgi
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-03 21:26:22 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-10 21:54:38 +0100
commit2a788b15b7163a50bab03fcd9142f98bf62be61f (patch)
tree7079ca7fc695591374532ea7f8dd3761e361e8c3 /app.psgi
parent6b0cb2c7ebc488bf2f22ddec45bf64d8c2b0593f (diff)
downloadbugzilla-2a788b15b7163a50bab03fcd9142f98bf62be61f.tar.gz
bugzilla-2a788b15b7163a50bab03fcd9142f98bf62be61f.tar.xz
add robots.txt
Diffstat (limited to 'app.psgi')
-rw-r--r--app.psgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.psgi b/app.psgi
index 57afc50c7..48b730167 100644
--- a/app.psgi
+++ b/app.psgi
@@ -116,6 +116,7 @@ my $bugzilla_app = builder {
};
};
+ mount '/robots.txt' => $mount{'robots.cgi'};
mount '/rest' => $mount{'rest.cgi'};
};