mirror of
https://github.com/pretix/pretix.git
synced 2026-05-16 17:03:58 +00:00
Docker: Move static files
This commit is contained in:
@@ -57,7 +57,7 @@ http {
|
||||
return 404;
|
||||
}
|
||||
location /static/ {
|
||||
alias /static/;
|
||||
alias /pretix/src/pretix/static.dist/;
|
||||
access_log off;
|
||||
expires 365d;
|
||||
add_header Cache-Control "public";
|
||||
|
||||
Reference in New Issue
Block a user