diff --git a/conf/nginx.conf b/conf/nginx.conf index 7da453f..68e7585 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -65,6 +65,10 @@ http { root /var/www/sites/apps.miti.sh; + include mime.types; + charset utf-8; + default_type text/html; + location ^~ /.well-known/acme-challenge { alias /var/www/dehydrated; }