We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0801b9 commit 9e32c38Copy full SHA for 9e32c38
t/proxy.t
@@ -8,7 +8,8 @@ repeat_each(1);
8
plan tests => repeat_each() * (blocks() * 3 + 3 * 1);
9
10
our $http_config = <<'_EOC_';
11
- proxy_cache_path /tmp/ngx_cache_purge keys_zone=test_cache:10m;
+ proxy_cache_path /tmp/ngx_cache_purge_cache keys_zone=test_cache:10m;
12
+ proxy_temp_path /tmp/ngx_cache_purge_temp 1 2;
13
14
server {
15
listen 8100;
0 commit comments