ma download.binaergewitter.de: fix for 20.09

This commit is contained in:
makefu 2020-11-18 13:42:16 +01:00
parent 60e1c9a6a7
commit ccb7655103
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

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 {