Skip to content

Commit ed117df

Browse files
committed
Comments/Readme
1 parent 876b298 commit ed117df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11

22
This is a module for nginx that attempts to turn on OpenSSL support for Grid Proxy certificate authentication.
33

4-
It is very minimal, and is all cargo-cult at the moment; based on a discussion and code from the mailing list by Francesco Giacomini
5-
4+
It is very minimal, and is all cargo-cult at the moment; based on a discussion and code from the mailing list by Francesco Giacomini <[email protected]>:
65

76
https://forum.nginx.org/read.php?29,283413,283421#msg-283421
87

8+
With code rework by Brandon White <[email protected]>
9+
910
It should install as described in
1011
https://www.nginx.com/blog/compiling-dynamic-modules-nginx-plus
1112

12-
It might even work...
13-

ngx_gridproxy_module.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* code by Francesco Giacomini <[email protected]>
55
* https://forum.nginx.org/read.php?29,283413,283421#msg-283421
66
* other modules from nginx
7+
* With code updates by Brandon White <[email protected]>
78
* */
89

910
#include <ngx_core.h>
@@ -70,4 +71,4 @@ static char* ngx_gridproxy_merge_srv_conf(ngx_conf_t* cf, void* p1, void*p2)
7071
}
7172
}
7273
return NGX_CONF_OK;
73-
}
74+
}

0 commit comments

Comments
 (0)