bugfix nginx.conf

This commit is contained in:
JensDiemer 2022-08-14 15:19:06 +02:00
parent 2cefc9bb14
commit 52b0a6e58b

View file

@ -1,7 +1,8 @@
location __PATH__/static/ {
# Django static files
alias __PUBLIC_PATH__/static/;
# Service static files by nginx
# e.g.: /var/www/$app/static
alias __FINALPATH__/static/;
expires 30d;
}