mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
Merge pull request #10186 from tanji/patch-2
Exclude web.config from Apache
This commit is contained in:
commit
2cbbf7efe2
|
@ -36,3 +36,7 @@
|
||||||
|
|
||||||
</IfModule>
|
</IfModule>
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
|
|
||||||
|
<Files "web.config">
|
||||||
|
Deny from all
|
||||||
|
</Files>
|
||||||
|
|
Loading…
Reference in a new issue