Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
How do I create a http-tunnel from client to backend
deepdesai.nitt
Hi,
I want nginx to not multiplex requests from worker process to backend(upstream) but make a different tunnel for each client (like the http-tunnel option available in HAProxy)
Is there a way I can achieve this?
Thanks