diff --git a/createVhosts.sh b/createVhosts.sh index f500b75..4efbc74 100755 --- a/createVhosts.sh +++ b/createVhosts.sh @@ -155,6 +155,9 @@ server { listen ${_listenip}80; server_name $_domain; + error_log /var/log/nginx/${_domain}.error.log; + access_log /var/log/nginx/${_domain}.access.log main; + location /.well-known { root /srv/http-content-combined/; autoindex on;