mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
4 lines
272 B
Text
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; }
|