Fix initializer of fancyindex_hide_symlinks flag definition

pull/28/head
Adrian Perez de Castro 2015-08-16 17:21:31 +03:00
parent 42d10a2a24
commit cf8197c991
1 changed files with 0 additions and 1 deletions

View File

@ -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 },