owncast: allow nginx access to archive

This commit is contained in:
Astro 2022-12-12 21:28:29 +01:00
parent 9f64181a58
commit fccd9d918d
1 changed files with 1 additions and 0 deletions

View File

@ -46,4 +46,5 @@
};
};
};
systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/mnt/archive" ];
}