mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
Exclude web.config from Apache
This commit is contained in:
parent
1f5c38ad7e
commit
494ed3d17a
|
@ -36,3 +36,7 @@
|
||||||
|
|
||||||
</IfModule>
|
</IfModule>
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
|
|
||||||
|
<Files "web.config">
|
||||||
|
Deny from all
|
||||||
|
</Files>
|
||||||
|
|
Loading…
Reference in a new issue