I have been following this tutorial to setup thin in a proxy with nginx. Nginx seems to be running fine, trying to proxy to thin. Thin, however, while I start it, doesn't seem to do anything, in my thin log it shows
Would any of this cause trouble? The URL to see nginx's error is http://www.odysseystory.com asked 17 Nov '11, 17:43 spyckprime |
Looking through it, it does. The rackup file seems to be unable to load my sinatra file, named os.rb, from either the APP/config directory or the APP/ directory. answered 17 Nov '11, 20:14 spyckprime |
There should be an actual error message immediate after the:
lines. Are there any Require errors or any other type of specific error messages here?