location ^~ /.well-known/ { alias /data/wellknown/; try_files $uri $uri/ =404; break; }