diff --git a/ngx_http_fancyindex_module.c b/ngx_http_fancyindex_module.c index 3527cd0..823f86e 100644 --- a/ngx_http_fancyindex_module.c +++ b/ngx_http_fancyindex_module.c @@ -228,7 +228,6 @@ static ngx_command_t ngx_http_fancyindex_commands[] = { NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG, ngx_conf_set_flag_slot, offsetof(ngx_http_fancyindex_loc_conf_t, hide_symlinks), - NGX_HTTP_LOC_CONF_OFFSET, 0, NULL },