initial infraestructure

pull/4/head
Adrian Perez 2007-08-20 19:17:56 +02:00
commit 0ac3fa9904
2 changed files with 12 additions and 0 deletions

4
config Normal file
View File

@ -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"

View File

@ -0,0 +1,8 @@
/*
* ngx_http_fancyindex_module.c
* Copyright (C) 2007 acastro <acastro@slump>
*
* Distributed under terms of the MIT license.
*/