nginx-python-module
nginx-python-module copied to clipboard
Nginx Python Module
Python 3
Hello, can I switch module to work with python 3 ? Have checked sources briefly and don't see easy way for it.
Why the development was abandoned?
Hi, I'm having a error when trying to execute socket.getaddrinfo with included script: [error] 15067#15067: *12 python error: missing resolver [/tmp/tests.py:4] while sending response to client, client: 192.168.1.177, server: pipz.io,...
Hi :) Why aren't we able to invoke python_access and python_include inside "if" blocks? It works inside a location block, but not on "if". I ask this because I wrote...