Skip to content

Instantly share code, notes, and snippets.

@twesolowski
Created June 21, 2017 09:39
Show Gist options
  • Save twesolowski/b0b037f1936238d748ba0f627b1b9e6a to your computer and use it in GitHub Desktop.
Save twesolowski/b0b037f1936238d748ba0f627b1b9e6a to your computer and use it in GitHub Desktop.
Disable mod_security
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment