pretix: make compatiable with Debian 12
This commit is contained in:
parent
003c4ee83d
commit
1c0b1e6032
@ -50,7 +50,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /static/ {
|
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;
|
access_log off;
|
||||||
expires 365d;
|
expires 365d;
|
||||||
add_header Cache-Control "public";
|
add_header Cache-Control "public";
|
||||||
|
Loading…
Reference in New Issue
Block a user