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";