Replies: 0
I’ve read https://www.wordfence.com/help/advanced/system-requirements/litespeed/
but i would prefer to set noabort just for the specific script(s) that Wordfence needs, instead of globally.
<IfModule Litespeed>
RewriteEngine On
RewriteRule SCRIPT_URL - [E=noabort:1, E=noconntimeout:1]
</IfModule>
What files / script_url(s) do I need to set to noabort to make Wordfence work without setting noabort globally?
Thanks for letting me know.