bcremer / shopware-with-nginx

Running shopware using NGINX
http://shopware.com
BSD 2-Clause "Simplified" License
95 stars 46 forks source link

shopware.conf --> add this with sitemapMobile.xml #18

Closed Winzigweich closed 8 years ago

Winzigweich commented 8 years ago

XML SitemapMobile support.

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