diff limit-req.t @ 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 d5330d926fac
children ec89d4d65bef
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;