I've no problem with nginx, sitemap.xml works fine.
My code in nginx config:
rewrite ^/(.+)?$ /index.php?qa-rewrite=$1 last;
this means that ALL site urls go through index.php, if you still get an 404 error, then maybe problem with sitemap plugin/module?