Skip to content

Commit

Permalink
add ngx_http_tsa_module
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7cc committed Nov 30, 2021
1 parent 2f5c51a commit 164aeba
Show file tree
Hide file tree
Showing 2 changed files with 496 additions and 0 deletions.
9 changes: 9 additions & 0 deletions auto/modules
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,15 @@ if [ $HTTP = YES ]; then
ngx_module_link=$HTTP_SSL

. auto/module

ngx_module_name=ngx_http_tsa_module
ngx_module_incs=
ngx_module_deps=
ngx_module_srcs=src/http/modules/ngx_http_tsa_module.c
ngx_module_libs=
ngx_module_link=YES

. auto/module
fi

if [ $HTTP_PROXY = YES ]; then
Expand Down
Loading

0 comments on commit 164aeba

Please sign in to comment.