location /sitemap { rewrite ^/sitemap(.*).xml$ /cache/static/sitemaps/sitemap$1.xml break; }
location ~ ([^/]*)sitemap(.*)\.xml$ { rewrite ^/sitemap(.*).xml$ /cache/static/sitemaps/sitemap$1.xml break; }
location /sitemap { rewrite ^/sitemap(.*).xml$ /cache/static/sitemaps/sitemap$1.xml break; }
location ~ ([^/]*)sitemap(.*)\.xml$ { rewrite ^/sitemap(.*).xml$ /cache/static/sitemaps/sitemap$1.xml break; }