Skip to content

Commit

Permalink
Switches off mod_security rule 960017
Browse files Browse the repository at this point in the history
This rule was preventing viewing sites by IP, as it should, but
is not helpful in a development environment. Fixes #4
  • Loading branch information
goodguyry committed May 16, 2016
1 parent bfdd887 commit 888cccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/http/httpd-vhosts.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
Order allow,deny
Allow from all
EnableSendfile Off
SecRuleRemoveById 960017
</Directory>

<Ifmodule mod_fastcgi.c>
Expand Down

0 comments on commit 888cccc

Please sign in to comment.