Skip to content

Commit 9e32c38

Browse files
committed
Configure temp_path in test suite, just to be on the safe side.
1 parent a0801b9 commit 9e32c38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/proxy.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ repeat_each(1);
88
plan tests => repeat_each() * (blocks() * 3 + 3 * 1);
99

1010
our $http_config = <<'_EOC_';
11-
proxy_cache_path /tmp/ngx_cache_purge keys_zone=test_cache:10m;
11+
proxy_cache_path /tmp/ngx_cache_purge_cache keys_zone=test_cache:10m;
12+
proxy_temp_path /tmp/ngx_cache_purge_temp 1 2;
1213
1314
server {
1415
listen 8100;

0 commit comments

Comments
 (0)