Hello,
Some of my sites running on Nginx are not creating sitemap and there for return ERROR 404.
Before wpmudev support recomended I put this code in:
# wpmudev smartCrawl
rewrite ^/(.*/)?sitemap.xml /wp-content/uploads/sitemap.xml last;
How to fix ?