certbot/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/pyrocms/drop.conf
2016-07-11 13:58:21 -07:00

4 lines
272 B
Text

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; }