I want Nginx to log requests that start with /path to a certain log file. like this:
- http://domain.com/path/to/dir = Logged
- http://www.domain.com/to/some/dir/path/ = Not Logged
- http://sub.domain.com/ = Not Logged
Sorry if this is vague, but I'm new to the nginx config biz. Feel free to ask questions about what I'm doing, I'll answer them the best I can.