diff --git a/ngx_http_fancyindex_module.c b/ngx_http_fancyindex_module.c index 9d7665e..29c1086 100644 --- a/ngx_http_fancyindex_module.c +++ b/ngx_http_fancyindex_module.c @@ -496,8 +496,8 @@ static ngx_http_module_t ngx_http_fancyindex_module_ctx = { NULL, /* create server configuration */ NULL, /* merge server configuration */ - ngx_http_fancyindex_create_loc_conf, /* create location configration */ - ngx_http_fancyindex_merge_loc_conf /* merge location configration */ + ngx_http_fancyindex_create_loc_conf, /* create location configuration */ + ngx_http_fancyindex_merge_loc_conf /* merge location configuration */ };