fix #2077 change sitemaps url pattern

This commit is contained in:
Shinsuke Sugaya 2019-04-08 08:01:25 +09:00
parent 66314484a2
commit af27fbb50c

View file

@ -31,7 +31,7 @@
</property>
<postConstruct name="addRule">
<arg>"url"</arg>
<arg>"http[s]?:.*sitemap[^/]*.xml$|http[s]?:.*sitemap[^/]*.gz$|http[s]?:.*sitemap[^/]*.txt$"</arg>
<arg>"http[s]?:.*sitemap[^/]*\.xml.*|http[s]?:.*sitemap[^/]*\.gz.*|http[s]?:.*sitemap[^/]*\.txt.*"</arg>
</postConstruct>
</component>