Roberto Cordoba del Moral <[email protected]> wrote: > Hi Eric, > nothing in my Nginx error.log. > If I point my browser directly to my endpoint by > localhost:8080/getTranslationLanguages I get the results in json format in my > browser inmediately (with no latencies). This is working fine. > Thanks for your support.Roberto.
So the issue is with nginx communicating with unicorn, and not unicorn itself. Can you crank up the verbosity of nginx logging and/or strace an nginx worker to see what's going on? (only configure nginx to use one worker to guarantee you're stracing right one). Again, please do not send HTML or top-post. We adhere to old-fashioned mailing list posting conventions here. Thanks.
