ma download.binaergewitter.de: fix for 20.09

This commit is contained in:
makefu 2020-11-18 13:42:16 +01:00
parent 9bcc5bf1b3
commit 1010bd068c

View file

@ -36,6 +36,11 @@ in {
}
'';
};
# 20.09 unharden nginx to write logs
systemd.services.nginx.serviceConfig.ReadWritePaths = [
"/var/spool/nginx/logs/"
];
services.nginx = {
appendHttpConfig = ''
types {