Merge pull request #10186 from tanji/patch-2

Exclude web.config from Apache
This commit is contained in:
snipe 2021-10-11 10:03:37 -07:00 committed by GitHub
commit 2cbbf7efe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,3 +36,7 @@
</IfModule>
Options -Indexes
<Files "web.config">
Deny from all
</Files>