mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 09:38:00 +08:00
5 lines
102 B
HTML
5 lines
102 B
HTML
location ^~ /.well-known/acme-challenge/ {
|
|
default_type "text/plain";
|
|
root /var/www/_letsencrypt;
|
|
}
|