Created
June 21, 2017 09:39
-
-
Save twesolowski/b0b037f1936238d748ba0f627b1b9e6a to your computer and use it in GitHub Desktop.
Disable mod_security
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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