Guest User

Untitled

a guest
Dec 10th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. location ~ /\.ht {
  2. deny all;
  3. }
  4.  
  5. location /favicon.ico {
  6. log_not_found off;
  7. }
  8.  
  9. location /robots.txt {
  10. log_not_found off;
  11. }
Add Comment
Please, Sign In to add comment