docs: fix simple typo, configration -> configuration

There is a small typo in ngx_http_fancyindex_module.c.

Should read `configuration` rather than `configration`.
pull/124/head
Tim Gates 4 years ago committed by Adrian Perez
parent 5ca7cb32af
commit 566ad22a61

@ -496,8 +496,8 @@ static ngx_http_module_t ngx_http_fancyindex_module_ctx = {
NULL, /* create server configuration */ NULL, /* create server configuration */
NULL, /* merge server configuration */ NULL, /* merge server configuration */
ngx_http_fancyindex_create_loc_conf, /* create location configration */ ngx_http_fancyindex_create_loc_conf, /* create location configuration */
ngx_http_fancyindex_merge_loc_conf /* merge location configration */ ngx_http_fancyindex_merge_loc_conf /* merge location configuration */
}; };

Loading…
Cancel
Save