Update http_key_header_module.c
This commit is contained in:
parent
7e2f9c6458
commit
09d9943c7f
|
@ -122,7 +122,7 @@ ngx_http_key_header_filter(ngx_http_request_t *r )
|
|||
h->hash = 1;
|
||||
h->next = NULL;
|
||||
ngx_str_set(&h->key, "X-Cache-Key");
|
||||
ngx_str_set(&h->value, "abcd");
|
||||
ngx_str_set(&h->value, hexKey);
|
||||
}
|
||||
}
|
||||
return ngx_http_next_header_filter(r);
|
||||
|
|
Loading…
Reference in New Issue