Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. location ~ .(jpg|jpeg|png|gif|swf|ico|js|css|txt|htm|html|xml|bmp|pdf|doc|docx|ppt|pptx|zip)$ {
  2. access_log off;
  3. #Your configuration...
  4. }
  5.  
  6. location ~ .php$ {
  7. access_log /path/to/your/log/file;
  8. #Your configuration...
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement