Update http_key_header_module.c

This commit is contained in:
hladu357 2024-06-04 15:25:36 +02:00
parent 7e2f9c6458
commit 09d9943c7f
1 changed files with 1 additions and 1 deletions

View File

@ -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);