And then you'll likely want to change from environ to the query
string. I would also make this ?serial=foo. As the query params are
converted to a dict/dataclass.
On Fri, Dec 27, 2024 at 4:15 PM Ralf Figge via nginx
wrote:
Hello,
i am a newbee from nginx. I need to run a py
Hello,
i am a newbee from nginx. I need to run a python script via cgi-bin. I
search for information about python and nginx, and found fcgiwrap und
uwsig.
I test uwsig (as cgi-bin), but there i become only error 502 Gateway
error. fcgiwrap looks like better, But i have 1 problem with it:
Here