Re: [IE] localhost works but server_name times out!

2018-02-07 Thread Credo
If by dns record, you mean uwsgi_pass, then yea, I'm sure. Otherwise localhost wouldn't work either, but it does. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278386,278408#msg-278408 ___ nginx mailing list nginx@nginx.org http://mailman.n

Re: RE: [IE] localhost works but server_name times out!

2018-02-06 Thread Credo
Sorry, I posted the wrong configuration. I did add the server_name I was using. I just changed it to localhost to see what happens. But when the server name was the one I was using, I only got time outs! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278386,278393#msg-278393 _

localhost works but server_name times out!

2018-02-06 Thread Credo
I'm new to nginx and I'm trying to learn it fast so that I can use it in a work project. But I have a weird problem. I have a django project which I run using uwsgi and I'm trying to use nginx as a reverse proxy for it. It works fine as long as I access it through localhost:port, but when I use the