nixpkgs/nixos/modules/services/web-servers/nginx
Matthias Treydte 7d2829c0a0 nixos/nginx: fix MemoryDenyWriteExecute not being disabled when needed
The expression should check if the actually used nginx package
needes write+execute rights, not the default pkgs.nginx (which
has no modules unless overridden in an overlay).

Having MemoryDenyWriteExecute always true causes e.g. the Lua
module to fail (because JIT compilation).
2021-01-28 13:13:31 +01:00
..
default.nix nixos/nginx: fix MemoryDenyWriteExecute not being disabled when needed 2021-01-28 13:13:31 +01:00
gitweb.nix nixos/nginx/gitweb: add some (crucial) options 2020-01-14 00:11:10 +00:00
location-options.nix nixos/nginx: allow overriding fastcgi params 2021-01-05 03:36:18 +00:00
vhost-options.nix nginx: add a warning that nginx's basic auth isn't very good. 2020-11-02 08:16:01 -05:00