Access backend Node JS application from Rails + NGINX

1

So I have a NGINX Webserver forwarding connections from port 80 to my Rails application. The Rails application handles authentication and serves basic functionality and static pages. I have several local apps on various internal ports that I would like to link to after the user has authenticated. I could open these ports externally but that would defeat the purpose of authentication.

Can someone point me in the direction to have this work the way I want it?

Thanks in advance

Amit

Posted 2016-03-14T21:40:05.380

Reputation: 11

No answers