removed default_type from ACME-challenge

pull/12/head
Szekeres Bálint 2018-01-23 06:53:26 +01:00
parent f02d936657
commit 55e18ea5ec
1 changed files with 0 additions and 1 deletions

View File

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