Fix initializer of fancyindex_hide_symlinks flag definition
parent
42d10a2a24
commit
cf8197c991
|
@ -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_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG,
|
||||||
ngx_conf_set_flag_slot,
|
ngx_conf_set_flag_slot,
|
||||||
offsetof(ngx_http_fancyindex_loc_conf_t, hide_symlinks),
|
offsetof(ngx_http_fancyindex_loc_conf_t, hide_symlinks),
|
||||||
NGX_HTTP_LOC_CONF_OFFSET,
|
|
||||||
0,
|
0,
|
||||||
NULL },
|
NULL },
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue