Docker: Move static files

This commit is contained in:
Raphael Michel
2017-02-26 11:55:19 +01:00
parent 1739da5cf0
commit 699c097971
3 changed files with 2 additions and 3 deletions

View File

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