committing changes in /etc made by "bash i360deploy.sh --key IMUNX4Nv23rDqdjndBH"
Package changes:
This commit is contained in:
BIN
sysconfig/imunify360/generic/imunify-plugin.zip
Normal file
BIN
sysconfig/imunify360/generic/imunify-plugin.zip
Normal file
Binary file not shown.
0
sysconfig/imunify360/generic/modsec.conf
Normal file
0
sysconfig/imunify360/generic/modsec.conf
Normal file
10
sysconfig/imunify360/generic/modsec2.imunify.conf
Normal file
10
sysconfig/imunify360/generic/modsec2.imunify.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# Imunify360 mod_security config patch
|
||||
<IfModule security2_module>
|
||||
# The following two settings are needed for realtime scanning of uploaded files
|
||||
SecRequestBodyAccess On
|
||||
SecTmpSaveUploadedFiles On
|
||||
SecResponseBodyLimitAction ProcessPartial
|
||||
# Warning: custom SecTmpDir/SecUploadDir do not work with cPanel apache jailshell
|
||||
SecTmpDir /var/imunify360/tmp_modsec
|
||||
SecUploadDir /var/imunify360/tmp_modsec
|
||||
</IfModule>
|
||||
10
sysconfig/imunify360/generic/nginx.modsec3.imunify.conf
Normal file
10
sysconfig/imunify360/generic/nginx.modsec3.imunify.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# Imunify360 mod_security config patch
|
||||
# The following two settings are needed for realtime scanning of uploaded files
|
||||
SecRequestBodyAccess On
|
||||
SecTmpSaveUploadedFiles On
|
||||
SecResponseBodyLimitAction ProcessPartial
|
||||
# Warning: custom SecTmpDir/SecUploadDir do not work with cPanel apache jailshell
|
||||
SecTmpDir /var/imunify360/tmp_modsec
|
||||
SecUploadDir /var/imunify360/tmp_modsec
|
||||
# used as work-around for DEF-14411
|
||||
SecUploadKeepFiles On
|
||||
Reference in New Issue
Block a user