diff --git a/manifests/webpage.yaml b/manifests/webpage.yaml index 54a51ab..ca62f33 100644 --- a/manifests/webpage.yaml +++ b/manifests/webpage.yaml @@ -63,6 +63,11 @@ data: try_files $uri $uri.html $uri/ =404; } + location = /sitemap.xml { + types { application/xml xml; } + default_type application/xml; + } + # Cache static assets location ~* \.(css|js|png|jpg|jpeg|gif|ico|svg|woff|woff2)$ { expires 7d;