Challenges failed for renewal

Thanks, I followed the instructions from this related post

My understanding is that the previous statement should allow the challenge requests access:

location ^~ /.well-known/acme-challenge/ {
    default_type "text/plain";
    root         /var/www/html/acme;
}
2 Likes