Merge pull request #10186 from tanji/patch-2
Exclude web.config from Apache
This commit is contained in:
commit
2cbbf7efe2
1 changed files with 4 additions and 0 deletions
|
@ -36,3 +36,7 @@
|
||||||
|
|
||||||
</IfModule>
|
</IfModule>
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
|
|
||||||
|
<Files "web.config">
|
||||||
|
Deny from all
|
||||||
|
</Files>
|
||||||
|
|
Loading…
Add table
Reference in a new issue