From cf8197c9912caf80bc34ce5957e7787a871bf3e8 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Sun, 16 Aug 2015 17:21:31 +0300 Subject: [PATCH] Fix initializer of fancyindex_hide_symlinks flag definition --- ngx_http_fancyindex_module.c | 1 - 1 file changed, 1 deletion(-) 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 },