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 {
|
||||
fullWebDAV = true;
|
||||
syslog = true;
|
||||
syslog = false; # the patch is not found
|
||||
moreheaders = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue