From this config: https://raw.githubusercontent.com/centminmod/centminmod/123.09beta01/config/nginx/drop.conf location ~ /\.git { access_log off; log_not_found off; deny all; } location ~ /\.gitignore { access_log off; log_not_found off; deny all; }...