mirror of
https://github.com/certbot/certbot.git
synced 2026-07-25 08:06:22 +02:00
5 lines
272 B
Plaintext
5 lines
272 B
Plaintext
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; }
|