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