* octobercms config allow all xml files in web-root
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
# Whitelist
|
# Whitelist
|
||||||
## Let October handle if static file not exists
|
## Let October handle if static file not exists
|
||||||
location = /favicon.ico { try_files $uri /index.php; }
|
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 = /robots.txt { try_files $uri /index.php; }
|
||||||
location = /humans.txt { try_files $uri /index.php; }
|
location = /humans.txt { try_files $uri /index.php; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user