* octobercms config allow all xml files in web-root

This commit is contained in:
2021-11-17 00:13:09 +03:00
parent cd38a60396
commit b85b503015

View File

@ -10,7 +10,7 @@
# Whitelist
## Let October handle if static file not exists
location = /favicon.ico { try_files $uri /index.php; }
location = /sitemap.xml { try_files $uri /index.php; }
location ~ ^/.*\.xml { try_files $uri /index.php; }
location = /robots.txt { try_files $uri /index.php; }
location = /humans.txt { try_files $uri /index.php; }