location ~ /\.git/ { return 403; } location = /favicon.ico { log_not_found off; access_log off; } location ~ /apple-touch-icon[^/]*.png { log_not_found off; access_log off; } location = /robots.txt { log_not_found off; access_log off; } location /.well-known/acme-challenge { alias /home/letsencrypt/web-acme-challenge; auth_basic off; } location /healthcheck { return 200; }