Latest update - 7267

This commit is contained in:
Hakase
2018-04-19 22:57:00 +09:00
parent bc56933535
commit 0ae8019172
7 changed files with 22 additions and 6 deletions
+2 -1
View File
@@ -2620,7 +2620,8 @@ ngx_http_file_cache_valid_set_slot(ngx_conf_t *cf, ngx_command_t *cmd,
time_t valid;
ngx_str_t *value;
ngx_uint_t i, n, status;
ngx_int_t status;
ngx_uint_t i, n;
ngx_array_t **a;
ngx_http_cache_valid_t *v;
static ngx_uint_t statuses[] = { 200, 301, 302 };