ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit d99bae9191bf746749304c63e3c56e91c3b4a57d
parent f95757d9f583eaebbeb150f9aab71a84099bedab
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 14 Mar 2021 16:00:29 +0100

roles/oeffi-web: fix for new version
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/oeffi-web/templates/nginx-vhost.conf.j2 b/roles/oeffi-web/templates/nginx-vhost.conf.j2
@@ -44,7 +44,7 @@ server {
 	}
 
 	location /assets {
-		root /usr/share/oeffi-web;
+		alias /usr/share/oeffi-web;
 	}
 }
 {% endif %} 
\ No newline at end of file