Do not block the .well-known urls

This commit is contained in:
Andrea Dell'Amico 2020-10-20 14:45:27 +02:00
parent 842398b69f
commit f8cd042975
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ server {
access_log off; access_log off;
} }
{% if nginx_block_dotfiles %} {% if nginx_block_dotfiles %}
location ~ /\. { location ~ /\.(?!well-known).* {
deny all; deny all;
access_log off; access_log off;
log_not_found off; log_not_found off;