Skip to content

Commit

Permalink
Merge pull request #965 from mhaskel/template_fix_948
Browse files Browse the repository at this point in the history
Paths should be different for all deb based OSes
  • Loading branch information
hunner committed Dec 19, 2014
2 parents f9e59bd + c47f0e4 commit e4ee780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mod/security.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
SecAuditLogType Serial
SecArgumentSeparator &
SecCookieFormat 0
<%- if scope.lookupvar('::operatingsystem') == 'Ubuntu' -%>
<%- if scope.lookupvar('::osfamily') == 'Debian' -%>
SecDebugLog /var/log/apache2/modsec_debug.log
SecAuditLog /var/log/apache2/modsec_audit.log
SecTmpDir /var/cache/modsecurity
Expand Down

0 comments on commit e4ee780

Please sign in to comment.