File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22Nginx Python Module
33*******************
44
5- The module allows using Python in Nginx both at configuration stage and in
5+ The module allows using Python in nginx both at configuration stage and in
66runtime.
77
88
@@ -157,7 +157,7 @@ Nginx is a non-blocking server. Using blocking operations, while serving a
157157request, will significantly decrease its performance. The nginx-python-module
158158provides substitutions for common blocking operations in Python, making those
159159changes transparent for user. That means, you can use common blocking Python
160- operations, while their implementations will rely on Nginx non-blocking core.
160+ operations, while their implementations will rely on nginx non-blocking core.
161161The list of classes and functions, unblocked by the module:
162162
163163- ``socket.socket `` class. Unconnected (UDP) sockets, as well as Python SSL
You can’t perform that action at this time.
0 commit comments