Disabling a rule for Apache/Nginx
Go into your tortix_waf.conf and add the following lines (using 340000 as the rule example):
<LocationMatch .*> <IfModule mod_security2.c> SecRuleRemoveById 340000 </IfModule> </LocationMatch>
Save the file and then restart Apache/Nginx