Fixed issue with non-bash shells being unable of configuring the module.
parent
d508e6f95a
commit
0b7e40f274
3
config
3
config
|
@ -3,5 +3,6 @@ ngx_addon_name=ngx_http_fancyindex_module
|
||||||
|
|
||||||
# XXX: Insert fancyindex module *after* index module!
|
# XXX: Insert fancyindex module *after* index module!
|
||||||
#
|
#
|
||||||
HTTP_MODULES="${HTTP_MODULES/ngx_http_index_module/ngx_http_fancyindex_module ngx_http_index_module}"
|
HTTP_MODULES=`echo "${HTTP_MODULES}" | sed -e \
|
||||||
|
's/ngx_http_index_module/ngx_http_fancyindex_module ngx_http_index_module/'`
|
||||||
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_fancyindex_module.c"
|
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_fancyindex_module.c"
|
||||||
|
|
Loading…
Reference in New Issue