mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-18 17:36:57 +08:00
6 lines
119 B
HTML
6 lines
119 B
HTML
# ACME-challenge
|
|
location ^~ /.well-known/acme-challenge/ {
|
|
default_type "text/plain";
|
|
root /var/www/_letsencrypt;
|
|
}
|