mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge remote-tracking branch 'origin/3.0' into 3.1
This commit is contained in:
commit
0b59ef4026
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
# This denies access to all yml files, since developers might include sensitive
|
# This denies access to all yml files, since developers might include sensitive
|
||||||
# information in them. See the docs for work-arounds to serve some yaml files
|
# information in them. See the docs for work-arounds to serve some yaml files
|
||||||
<Files *.yml>
|
<Files ~ "\.ya?ml$">
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Deny from all
|
Deny from all
|
||||||
</Files>
|
</Files>
|
||||||
|
Loading…
Reference in New Issue
Block a user