Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Fix for kkung#1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkung committed Jan 8, 2013
1 parent ce0fdd4 commit d8813fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngx_http_static_etags_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ static ngx_int_t ngx_http_static_etags_header_filter(ngx_http_request_t *r) {

clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
of.test_dir = 0;
of.test_only = 1;
of.valid = clcf->open_file_cache_valid;
of.min_uses = clcf->open_file_cache_min_uses;
of.errors = clcf->open_file_cache_errors;
Expand Down

0 comments on commit d8813fc

Please sign in to comment.