comparison 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
comparison
equal deleted inserted replaced
85:1bf5eca1c4a9 86:2dbe4ecdd254
30 30
31 events { 31 events {
32 } 32 }
33 33
34 http { 34 http {
35 access_log off;
35 root %%TESTDIR%%; 36 root %%TESTDIR%%;
36 37
37 client_body_temp_path %%TESTDIR%%/client_body_temp; 38 client_body_temp_path %%TESTDIR%%/client_body_temp;
38 fastcgi_temp_path %%TESTDIR%%/fastcgi_temp; 39 fastcgi_temp_path %%TESTDIR%%/fastcgi_temp;
39 proxy_temp_path %%TESTDIR%%/proxy_temp; 40 proxy_temp_path %%TESTDIR%%/proxy_temp;