From 75868ab2169a5029465267efad8e520a2159baf8 Mon Sep 17 00:00:00 2001 From: VC Date: Sun, 9 Mar 2025 15:45:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB:=20move=20repo=20to=20data=20dir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/nginx/templates/vhosts/r.mateu.be.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;