Fix typo in fancyindex_hide_symlinks that causes a crash.

pull/28/head
Peter Wemm 2015-08-16 21:18:13 -07:00
parent 4d0200d22c
commit e5deb93745
1 changed files with 1 additions and 1 deletions

View File

@ -335,8 +335,8 @@ static ngx_command_t ngx_http_fancyindex_commands[] = {
{ ngx_string("fancyindex_hide_symlinks"),
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG,
ngx_conf_set_flag_slot,
NGX_HTTP_LOC_CONF_OFFSET,
offsetof(ngx_http_fancyindex_loc_conf_t, hide_symlinks),
0,
NULL },
{ ngx_string("fancyindex_time_format"),