Possibly missing something in my conf file?

2017-11-02 Thread FrenchFry
I'm a bit confused about what it is I need to get Nginx to serve requests from my app server. I'm running inside a Vagrant box Ubuntu. Nginx runs on guest 80 and the server can be acccessed on 8080, while my app server (Thin) runs on guest 8000 and host 4567. Both are either localhost or 127.0.0.

Re: Beginner question - TCP or Sockets ?

2017-11-02 Thread FrenchFry
Ok, then I know I'm on the right track. Thanks for the link. It must be something in my conf that is tripping me up. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277173,277176#msg-277176 ___ nginx mailing list nginx@nginx.org http://mail

Beginner question - TCP or Sockets ?

2017-11-02 Thread FrenchFry
I'm new to Nginx and the technology in general. I have spent some time on nginx.org. The one thing I'm not sure of is if I need to configure my web server, which is Thin (ruby), with sockets or should TCP be enough. The reason I ask is because a number of tutorial and blog posts seem to say tha