## Ignore Apache's configuration files location ~ /\.ht { deny all; } location ^~ /.well-known/ { root {{ nginx_well_known_path }}; } charset utf-8;