changeset 86:2dbe4ecdd254

Tests: avoid writing access log in limit-req.t. It was written into default location and this is clearly incorrect. Switch it off as most other tests do.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 17 Apr 2009 04:00:54 +0400
parents 1bf5eca1c4a9
children f2d09159a8f3
files limit-req.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/limit-req.t
+++ b/limit-req.t
@@ -32,6 +32,7 @@ events {
 }
 
 http {
+    access_log    off;
     root          %%TESTDIR%%;
 
     client_body_temp_path  %%TESTDIR%%/client_body_temp;