Advertisement
Guest User

Untitled

a guest
Nov 7th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.10 KB | None | 0 0
  1. #Deny access to dot files
  2. location ~ /\. {
  3.     deny all;
  4.     access_log off;
  5.     log_not_found off;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement