Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed Sep 4, 2009
0 parents commit 4a79fb3
Show file tree
Hide file tree
Showing 3 changed files with 895 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$ cd your_ngninx_src_dir
$ ./configure --add-module=/foo/var/ngninx-ngx_http_memcachep_module
$ make && make install
3 changes: 3 additions & 0 deletions config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ngx_addon_name=ngx_http_memcachep_module
HTTP_MODULES="$HTTP_MODULES ngx_http_memcachep_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_memcachep_module.c"
Loading

0 comments on commit 4a79fb3

Please sign in to comment.