comparison range-flv.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 4f57d57543e1
children d68b85def521
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 server { 43 server {
40 listen localhost:8080; 44 listen localhost:8080;
41 server_name localhost; 45 server_name localhost;
42 location / { 46 location / {