Whether the following blocks mean the same or not?
location ~ /.well-known {
access_log off;
expires max;
root /var/www/lets-encrypt/mage2.pro;
break;
}
location ~ /.well-known {
access_log off;
break;
expires max;
root /var/www/lets-encrypt/mage2.pro;
}