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
+4
View File
@@ -36,3 +36,7 @@
</IfModule>
Options -Indexes
<Files "web.config">
Deny from all
</Files>