test: removes uncessary ifDefine at 10-tfn-cache.t

IfDefines such as: <IfDefine MODSEC_2.5> are just compatible with Apache a
solution to check if some resource is available or not have to be developed
to be used in situations like that. This commit just removes the IfDefine.
This commit is contained in:
Felipe Zimmerle 2014-01-13 08:11:42 -08:00
parent 94097103c8
commit 9bf1f6a2b3

View File

@ -153,9 +153,7 @@
SecDebugLogLevel 9
SecRequestBodyAccess On
<IfDefine MODSEC_2.5>
SecRequestBodyNoFilesLimit 1048576
</IfDefine>
SecRequestBodyNoFilesLimit 1048576
SecRequestBodyInMemoryLimit 131072
SecResponseBodyLimit 1048576