dropall.conf 293 B

12345
  1. location = /robots.txt { access_log off; log_not_found off; deny all; }
  2. location = /favicon.ico { access_log off; log_not_found off; deny all; }
  3. location ~ /\. { access_log off; log_not_found off; deny all; }
  4. location ~ ~$ { access_log off; log_not_found off; deny all; }