give access to the mediacache to nginx
This commit is contained in:
parent
8d435663e6
commit
26bb82f46c
1 changed files with 1 additions and 0 deletions
|
@ -34,4 +34,5 @@
|
|||
systemd.tmpfiles.rules = [
|
||||
"d '/var/cache/mediacache' 0750 nginx nginx - -"
|
||||
];
|
||||
systemd.services.nginx.serviceConfig.ReadWritePaths = ["/var/cache/mediacache"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue