Skip to content

Commit b522d96

Browse files
committed
update readme
1 parent 0e2614b commit b522d96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
nginx-c-function
22
================
33

4-
It is a NGINX module that allow you to link your .so(c/c++) application in server context and call the function of .so application in location directive.
54

65
Table of Contents
76
=================
@@ -19,7 +18,7 @@ Table of Contents
1918
Introduction
2019
============
2120

22-
nginx-c-function is a nginx module which allow to link the .so(c/c++) application in nginx config, and call the function of .so file in location context area. Therefore, you could direct link your C/C++ application to nginx server.
21+
nginx-c-function is a nginx module which provides dynamic linking to your application in server context and call the function of your application in location directive.You could direct link your C/C++ application (or any other which accept dynamic linking) to nginx server.
2322

2423

2524
How it works

0 commit comments

Comments
 (0)