How to determine which request nginx sends to a proxy and which it serves?
- by Zxaos
I currently have nginx proxying for Thin, but set up to serve static files for the app that Thin is serving instead of proxying the request.
What I'd like to know is how I can check that the rules are set up correctly. Since Thin doesn't log requests, I would need to set up nginx logs in such a way that it shows which requests were served as files and which were passed to Thin. Is this even possible? If so, how?