<div dir="ltr"><div>Hello,</div><div><br></div><div>I have the current scenario: nginx proxies a process that runs internally and is bound to the loopback interface. Everything works, but I am facing performance issues, because the processor is old and slow.</div><div><br></div><div>I would like to skip the proxy and the read/write operations performed by mod_proxy and to pass the file descriptor associated to the socket to the internal process, in order to unload the mod_proxy.</div><div><br></div><div>Is there already a mechanism in nginx to do this? If not, shall I develop a custom module with a dedicated handler or do you think that there is a smarter way to do it?</div><div><br></div><div>Thank you,</div><div><br></div><div>Ottavio<br></div></div>