nginxUnstable: disable the broken syslog patch
This commit is contained in:
parent
eac8fcff1a
commit
48776868f7
@ -7568,7 +7568,7 @@ let
|
|||||||
};
|
};
|
||||||
nginxUnstable = callPackage ../servers/http/nginx/unstable.nix {
|
nginxUnstable = callPackage ../servers/http/nginx/unstable.nix {
|
||||||
fullWebDAV = true;
|
fullWebDAV = true;
|
||||||
syslog = true;
|
syslog = false; # the patch is not found
|
||||||
moreheaders = true;
|
moreheaders = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user