From 1c0b1e60326b72639d682a31155a3e04841be270 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Wed, 6 Sep 2023 17:37:27 +0200 Subject: [PATCH] pretix: make compatiable with Debian 12 --- 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 14e68b4..3bda4f3 100644 --- a/roles/pretix/templates/vhost.j2 +++ b/roles/pretix/templates/vhost.j2 @@ -50,7 +50,7 @@ server { } location /static/ { - alias /opt/pretix/venv/lib/python3.9/site-packages/pretix/static.dist/; + alias /opt/pretix/venv/lib/python3.11/site-packages/pretix/static.dist/; access_log off; expires 365d; add_header Cache-Control "public";