commit | e3aaba51d3efbf6bc9bfe69c83c63b6f30863277 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Thu Oct 16 19:16:46 2008 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Oct 16 19:16:46 2008 +0400 |
tree | 12027fd70a42e82ed7f2315a716fd699d269b47f | |
parent | 6408b8964a38928c95287c57a65aabd88ff06f20 [diff] [blame] |
Tests: always define temp paths. This is required since nginx tries to create them at startup (and fails if it can't).
diff --git a/ssi-include-big.t b/ssi-include-big.t index d132794..6794b25 100644 --- a/ssi-include-big.t +++ b/ssi-include-big.t
@@ -36,6 +36,10 @@ access_log off; root %%TESTDIR%%; + client_body_temp_path %%TESTDIR%%/client_body_temp; + fastcgi_temp_path %%TESTDIR%%/fastcgi_temp; + proxy_temp_path %%TESTDIR%%/proxy_temp; + output_buffers 2 512; ssi on; gzip on;