Hello guys,
I think I have a fairly simple request but cannot for the life of me figure out the solution.
I'm currently running Windows Server 2008 R2 with IIS 7.5 and for the most part host my sites through IIS. Due to the lack of websock support in 7.5 however I have hosted one of my apps through NGINX. Currently I have NGINX listening on port 85.
I have created a site in IIS for the subdomain app.mydomain.co.uk and bound it to app.mydomain.co.uk
What I basically want to do is pass through all requested made to app.mydomain.co.uk to NGINX directly and let it serve the request.
Can someone help me achieve this? I'm really at the end of the road here and it's the final thing to finish.
Kind regards,
Mark