Exclude web.config from Apache

This commit is contained in:
Guillaume Lefranc 2021-10-11 14:14:00 +02:00 committed by GitHub
parent 1f5c38ad7e
commit 494ed3d17a
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>