rouille
rouille copied to clipboard
Is FastCGI/SCGI supported/planned?
Integrating FastCGI/SCGI with Nginx seems to be a better idea than reverse proxying.
@vi out of curiosity, for what reasons would it be better?
Internally simpler (especially SCGI), supports UNIX sockets. Don't need to handle the trickery of facing the actual clients.
This is not planned, but I'd accept a PR that implements it as long as the Request and Response objects roughly keep the same API.