removed default_type from ACME-challenge

This commit is contained in:
Szekeres Bálint
2018-01-23 06:53:26 +01:00
parent f02d936657
commit 55e18ea5ec

View File

@@ -1,5 +1,4 @@
# ACME-challenge
location ^~ /.well-known/acme-challenge/ {
default_type "text/plain";
root /var/www/_letsencrypt;
}