From b1bfad70800c1827bcf46c9c787c0516d501b90c Mon Sep 17 00:00:00 2001 From: hladu357 Date: Tue, 4 Jun 2024 17:37:21 +0200 Subject: [PATCH] Update http_key_header_module.c --- http_key_header_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_key_header_module.c b/http_key_header_module.c index 48766a9..310a811 100644 --- a/http_key_header_module.c +++ b/http_key_header_module.c @@ -106,7 +106,7 @@ ngx_http_key_header_filter(ngx_http_request_t *r ) { if(r->loc_conf ) { ngx_http_key_header_loc_conf_t *conf = ngx_http_get_module_loc_conf(r, ngx_http_key_header_module); - // enabled cahce enabled + // enabled cache enabled if(conf->enabled && r->cache) { ngx_table_elt_t *h; h = ngx_list_push(&r->headers_out.headers);