mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-22 03:45:34 +08:00
removed default_type from ACME-challenge
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
# ACME-challenge
|
# ACME-challenge
|
||||||
location ^~ /.well-known/acme-challenge/ {
|
location ^~ /.well-known/acme-challenge/ {
|
||||||
default_type "text/plain";
|
|
||||||
root /var/www/_letsencrypt;
|
root /var/www/_letsencrypt;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user