comparison ssi-include-big.t @ 35:7bf0e8a1d66c

Tests: always define temp paths. This is required since nginx tries to create them at startup (and fails if it can't).
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 16 Oct 2008 19:16:46 +0400
parents 18296293d18a
children fc205d0e052d
comparison
equal deleted inserted replaced
34:689174c36e94 35:7bf0e8a1d66c
33 } 33 }
34 34
35 http { 35 http {
36 access_log off; 36 access_log off;
37 root %%TESTDIR%%; 37 root %%TESTDIR%%;
38
39 client_body_temp_path %%TESTDIR%%/client_body_temp;
40 fastcgi_temp_path %%TESTDIR%%/fastcgi_temp;
41 proxy_temp_path %%TESTDIR%%/proxy_temp;
38 42
39 output_buffers 2 512; 43 output_buffers 2 512;
40 ssi on; 44 ssi on;
41 gzip on; 45 gzip on;
42 46