From c7e01371c9af50a274240c6cc76f9516f5f10426 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sun, 7 Nov 2021 21:58:53 +0100 Subject: [PATCH] pretix: fix installation path in webserver config --- roles/pretix/templates/vhost.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pretix/templates/vhost.j2 b/roles/pretix/templates/vhost.j2 index 768ca56..14e68b4 100644 --- a/roles/pretix/templates/vhost.j2 +++ b/roles/pretix/templates/vhost.j2 @@ -34,7 +34,7 @@ server { } location /media/ { - alias /var/pretix/data/media/; + alias /opt/pretix/data/media/; expires 7d; access_log off; }