Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kyprizel committed Dec 9, 2013
1 parent 2c593bf commit aedbfe3
Show file tree
Hide file tree
Showing 3 changed files with 1,011 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
nginx_ocsp_proxy-module
=======================

Nginx OCSP processing module designed for response caching
Nginx OCSP processing module designed for response caching.

Status: Working alpha
6 changes: 6 additions & 0 deletions config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ngx_addon_name=ngx_http_ocsp_proxy_filter_module
HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_ocsp_proxy_filter_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_ocsp_proxy_module.c"
NGX_ADDON_DEPS="$NGX_ADDON_DEPS"
#CFLAGS="$CFLAGS"
CORE_LIBS="$CORE_LIBS -lssl"
Loading

0 comments on commit aedbfe3

Please sign in to comment.