File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 346
346
<!-- Modify ApplicationHost.config -->
347
347
<util : XmlConfig Id =" appHostEntry" File =" $(var.ConfigFile)" Action =" create" ElementPath =" //configuration/configSections/sectionGroup[\[]@name='system.webServer'[\]]" VerifyPath =" section[\[]@name='ModSecurity'[\]]" Name =" section" Node =" element" Sequence =" 1" On =" install" />
348
348
<util : XmlConfig Id =" appHostEntryName" File =" $(var.ConfigFile)" ElementPath =" appHostEntry" Name =" name" Value =" ModSecurity" Sequence =" 2" />
349
- <util : XmlConfig Id =" appHostEntryOverrideMode" File =" $(var.ConfigFile)" ElementPath =" appHostEntry" Name =" overrideModeDefault" Value =" Deny " Sequence =" 3" />
349
+ <util : XmlConfig Id =" appHostEntryOverrideMode" File =" $(var.ConfigFile)" ElementPath =" appHostEntry" Name =" overrideModeDefault" Value =" Allow " Sequence =" 3" />
350
350
<util : XmlConfig Id =" appHostEntryAllowDefinition" File =" $(var.ConfigFile)" ElementPath =" appHostEntry" Name =" allowDefinition" Value =" Everywhere" Sequence =" 4" />
351
351
<util : XmlConfig Id =" removeAppHostEntry" File =" $(var.ConfigFile)" Action =" delete" ElementPath =" /configuration/configSections/sectionGroup[\[]@name='system.webServer'[\]]" Node =" element" VerifyPath =" section[\[]@name='ModSecurity'[\]]" On =" uninstall" Sequence =" 1" />
352
352
<util : XmlConfig Id =" removeAppHostEntry2" File =" $(var.ConfigFile)" Action =" delete" ElementPath =" /configuration/system.webServer" Node =" element" VerifyPath =" /configuration/system.webServer/ModSecurity" Name =" section" On =" uninstall" Sequence =" 2" />
You can’t perform that action at this time.
0 commit comments