fix #2077 change sitemaps url pattern
This commit is contained in:
parent
66314484a2
commit
af27fbb50c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue