mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-08-01 22:12:14 +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>
|
||||
</assemblyBinding>
|
||||
</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">
|
||||
<system.web>
|
||||
<authorization>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue