79395738

Date: 2025-01-29 04:55:16
Score: 1.5
Natty:
Report link

I wait for CGI support for 10 years without any lucky. So finally I made a cgi plugin for nginx by myself. https://github.com/pjincz/nginx-cgi

After installing of the plugin, just turn on cgi support by:

location /cgi-bin {
    cgi on;
}
Reasons:
  • Blacklisted phrase (1.5): any luck
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: pjincz