sitemap.xml 5.5

Danke @Shyim‍ für den (wohl ungewollten) Hinweis. In der nginx-Konfiguration fehlte dieser Eintrag:

location = /sitemap_index.xml {
    log_not_found off;
    access_log off;
    try_files $uri @shopware;
}