nodes/home.paperless: add vhost extras for static files
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
22c98a4206
commit
fa59c547a9
2 changed files with 4 additions and 0 deletions
3
data/nginx/files/extras/home.paperless/paperless
Normal file
3
data/nginx/files/extras/home.paperless/paperless
Normal file
|
@ -0,0 +1,3 @@
|
|||
location /static/ {
|
||||
alias /opt/paperless/static/;
|
||||
}
|
|
@ -46,6 +46,7 @@ nodes['home.paperless'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'extras': True,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue