code_junkie

Can I get Nginx to log certain types of requests differently

Nov 14th, 2011
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. location /foobar {
  2. access_log /var/log/foobar.log;
  3. }
Add Comment
Please, Sign In to add comment