mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 15:28:12 +08:00
5 lines
91 B
HTML
5 lines
91 B
HTML
# ACME-challenge
|
|
location ^~ /.well-known/acme-challenge/ {
|
|
root /var/www/_letsencrypt;
|
|
}
|