ma download.binaergewitter.de: fix for 20.09
This commit is contained in:
parent
9bcc5bf1b3
commit
1010bd068c
|
@ -36,6 +36,11 @@ in {
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# 20.09 unharden nginx to write logs
|
||||||
|
systemd.services.nginx.serviceConfig.ReadWritePaths = [
|
||||||
|
"/var/spool/nginx/logs/"
|
||||||
|
];
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
appendHttpConfig = ''
|
appendHttpConfig = ''
|
||||||
types {
|
types {
|
||||||
|
|
Loading…
Reference in a new issue