I’m using something like this on a load balancer that sits in front of a couple of different backends (using proxy_pass
):
location ~ /\.well-known {
root /var/www/html/letsencrypt;
}
… then pass /var/www/html/letsencrypt
to the client.
I’m using something like this on a load balancer that sits in front of a couple of different backends (using proxy_pass
):
location ~ /\.well-known {
root /var/www/html/letsencrypt;
}
… then pass /var/www/html/letsencrypt
to the client.