mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Merging IIS and nginx code into M2 trunk.
This commit is contained in:
13
iis/ModSecurity.xml
Normal file
13
iis/ModSecurity.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<!--
|
||||
|
||||
ModSecurity configuration schema.
|
||||
|
||||
-->
|
||||
|
||||
<configSchema>
|
||||
|
||||
<sectionSchema name="system.webServer/ModSecurity">
|
||||
<attribute name="enabled" type="bool" defaultValue="false"/>
|
||||
<attribute name="configFile" type="string" defaultValue="c:\inetpub\modsecurity.conf" validationType="nonEmptyString" />
|
||||
</sectionSchema>
|
||||
</configSchema>
|
Reference in New Issue
Block a user