nginx: enable pie hardening

This commit is contained in:
Robin Gloster 2016-02-26 16:38:26 +00:00
parent b6279950bd
commit 310fa56788
1 changed files with 2 additions and 0 deletions

View File

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