regex bug
This commit is contained in:
parent
f9addc74f0
commit
768b5f76c7
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
Options -Indexes
|
||||
|
||||
<Files ~ "\.(ini|sql|log|class.php)$">
|
||||
<Files ~ "\.(ini|sql|log|class\.php)$">
|
||||
Order Allow,Deny
|
||||
Deny from All
|
||||
</Files>
|
||||
|
||||
<Files ~ "^(\.|Dockerfile|docker-compose.yml|README.md)">
|
||||
<Files ~ "^(\.|Dockerfile|docker-compose\.yml|README\.md)">
|
||||
Order Allow,Deny
|
||||
Deny from All
|
||||
</Files>
|
||||
|
|
Loading…
Add table
Reference in a new issue