Skip to content

Instantly share code, notes, and snippets.

@robertz
Created January 4, 2013 03:23
Show Gist options
  • Save robertz/4449660 to your computer and use it in GitHub Desktop.
Save robertz/4449660 to your computer and use it in GitHub Desktop.
drop.conf nginx configuration
location = /robots.txt { access_log off; log_not_found off; }
location = /favicon.ico { access_log off; log_not_found off; }
location ~ /\. { access_log off; log_not_found off; deny all; }
location ~ ~$ { access_log off; log_not_found off; deny all; }
location ~ /WEB-INF/ { access_log off; log_not_found off; deny all; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment