mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
14 lines
366 B
XML
14 lines
366 B
XML
<!--
|
|
|
|
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>
|