certbot/certbot-compatibility-test/nginx/nginx-roundtrip-testdata/pyrocms/drop.conf

5 lines
272 B
Text
Raw Permalink Normal View History

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