diff --git a/roles/nginx/templates/vhosts/r.mateu.be.conf.j2 b/roles/nginx/templates/vhosts/r.mateu.be.conf.j2 index b0ad81c..fae8bff 100644 --- a/roles/nginx/templates/vhosts/r.mateu.be.conf.j2 +++ b/roles/nginx/templates/vhosts/r.mateu.be.conf.j2 @@ -10,7 +10,7 @@ server { ssl_certificate /etc/x509/r.mateu.be/fullchain.cer; ssl_certificate_key /etc/x509/r.mateu.be/r.mateu.be.key; - root /srv/http/r.mateu.be/; + root /srv/www-data/r.mateu.be/; location / { autoindex on;