mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-08-11 18:39:19 +02:00
Disallow web access to the log directory
This commit is contained in:
parent
37ba50ba9f
commit
c3608fd1bb
1 changed files with 11 additions and 0 deletions
|
@ -115,6 +115,17 @@
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</assemblyBinding>
|
</assemblyBinding>
|
||||||
</runtime>
|
</runtime>
|
||||||
|
|
||||||
|
<!-- Deny all users to access the log directory -->
|
||||||
|
<location path="log">
|
||||||
|
<system.web>
|
||||||
|
<authorization>
|
||||||
|
<deny users="*"/>
|
||||||
|
<!-- Denies all users -->
|
||||||
|
</authorization>
|
||||||
|
</system.web>
|
||||||
|
</location>
|
||||||
|
|
||||||
<location path="rdp">
|
<location path="rdp">
|
||||||
<system.web>
|
<system.web>
|
||||||
<authorization>
|
<authorization>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue