unit
unit copied to clipboard
CGI Support
Is it possible to use CGI programs with nginx unit? For example, a git smart HTTP server (https://git-scm.com/book/en/v2/Git-on-the-Server-Smart-HTTP).
Currently Unit does not support running CGI binaries natively. But it's possible to write a wrapping script, that will execute CGI binary. Such script can be written in any language supported by Unit.
Hi @doc987 @VBart
I just made a cgi plugin for nginx. https://github.com/pjincz/nginx-cgi
Please let me know if it fit all your requirements.