nginx: enable pie hardening
This commit is contained in:
parent
b6279950bd
commit
310fa56788
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user