diff options
author | Mary Umoh <umohm12@gmail.com> | 2017-08-08 23:12:08 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-08-08 23:12:08 +0200 |
commit | 63dd3061a164345095847e502bb5395bb5570c3a (patch) | |
tree | 3022c22ceb767f6e360d62124d558c2accf86a44 /extensions/SiteMapIndex/template/en/default | |
parent | c4db6d0065992417859f6b8db11e0fcad12051d5 (diff) | |
download | bugzilla-63dd3061a164345095847e502bb5395bb5570c3a.tar.gz bugzilla-63dd3061a164345095847e502bb5395bb5570c3a.tar.xz |
Bug 1386336 - Generate robots.txt at checksetup.pl from a template
Diffstat (limited to 'extensions/SiteMapIndex/template/en/default')
-rw-r--r-- | extensions/SiteMapIndex/template/en/default/hook/robots-end.txt.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/SiteMapIndex/template/en/default/hook/robots-end.txt.tmpl b/extensions/SiteMapIndex/template/en/default/hook/robots-end.txt.tmpl new file mode 100644 index 000000000..818afb151 --- /dev/null +++ b/extensions/SiteMapIndex/template/en/default/hook/robots-end.txt.tmpl @@ -0,0 +1,2 @@ +Allow: /data/SiteMapIndex/sitemap*.xml.gz +Sitemap: [% SITEMAP_URL %] |