Hello,
New user here and first time poster. Some time within the last day, CGI scripts stopped working on tilde.club. I tried to look at the logs, but I don't have permission to look in /var/log/nginx so it's hard for me to investigate further.
The CGI scripts still run fine from the command line. I'm testing with the following script: env.cgi.
---- #!/bin/sh echo "Status: 200" echo "Content-Type: text/plain" echo env ----
It's accessible via the web here: https://tilde.club/~gg/env.cgi
However, it currently returns a 502 bad gateway error.
Thanks in advance for your help.