nodes/home.paperless: add vhost extras for static files
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-05-23 18:11:57 +02:00
parent 22c98a4206
commit fa59c547a9
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
location /static/ {
alias /opt/paperless/static/;
}

View file

@ -46,6 +46,7 @@ nodes['home.paperless'] = {
},
},
},
'extras': True,
},
},
},