nginxUnstable: disable the broken syslog patch

This commit is contained in:
Vladimír Čunát 2014-11-16 09:40:54 +01:00
parent eac8fcff1a
commit 48776868f7

View file

@ -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;
};