Do not block the .well-known urls
This commit is contained in:
parent
842398b69f
commit
f8cd042975
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue