initial infraestructure
commit
0ac3fa9904
|
@ -0,0 +1,4 @@
|
||||||
|
# vim:ft=sh:
|
||||||
|
ngx_addon_name=ngx_http_fancyindex_module
|
||||||
|
HTTP_MODULES="$HTTP_MODULES ngx_http_fancyindex_module"
|
||||||
|
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_fancyindex_module.c"
|
|
@ -0,0 +1,8 @@
|
||||||
|
/*
|
||||||
|
* ngx_http_fancyindex_module.c
|
||||||
|
* Copyright (C) 2007 acastro <acastro@slump>
|
||||||
|
*
|
||||||
|
* Distributed under terms of the MIT license.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue