nginx: enable pie hardening

This commit is contained in:
Robin Gloster 2016-02-26 16:38:26 +00:00
parent b6279950bd
commit 310fa56788

View File

@ -55,6 +55,8 @@ stdenv.mkDerivation rec {
preConfigure = concatMapStringsSep "\n" (mod: mod.preConfigure or "") modules; preConfigure = concatMapStringsSep "\n" (mod: mod.preConfigure or "") modules;
hardening_pie = true;
meta = { meta = {
description = "A reverse proxy and lightweight webserver"; description = "A reverse proxy and lightweight webserver";
homepage = http://nginx.org; homepage = http://nginx.org;