give access to the mediacache to nginx

This commit is contained in:
Charlotte 🦝 Delenk 2022-11-05 22:15:42 +01:00
parent 8d435663e6
commit 26bb82f46c
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -34,4 +34,5 @@
systemd.tmpfiles.rules = [
"d '/var/cache/mediacache' 0750 nginx nginx - -"
];
systemd.services.nginx.serviceConfig.ReadWritePaths = ["/var/cache/mediacache"];
}