Files
nixpkgs/pkgs/servers/http/nginx/module-aliases.nix
Martin Weinelt 334813be5a nginxModules: move aliases file out of modules directory
Otherwise the autocalling function creates an aliases attribute set
within the nginxModules package set.
2026-08-04 22:40:34 +02:00

18 lines
1.1 KiB
Nix

# Removed or renamed nginx modules
self: {
# keep-sorted start case=no numeric=yes block=yes
fastcgi-cache-purge = throw "fastcgi-cache-purge was renamed to cache-purge";
fluentd = throw "fluentd was removed due to lack of maintenance"; # Added 2026-08-02
http_proxy_connect_module_v24 = throw "http_proxy_connect_module_v24 was removed because it was not compatible with any supported nginx version"; # Added 2026-07-29
http_proxy_connect_module_v25 = throw "http_proxy_connect_module_v25 was removed because it was not compatible with any supported nginx version"; # Added 2026-07-29
modsecurity-nginx = self.modsecurity;
naxsi = throw "naxsi was removed because the build was broken & the repo is archived"; # Added 2026-08-02
ngx_aws_auth = throw "ngx_aws_auth was renamed to aws-auth";
opentracing = throw "opentracing-cpp was removed because opentracing as been archived upstream"; # Added 2025-10-19
pagespeed = throw "pagespeed was removed because the upstream repo is archived & the build was broken"; # Added 2026-08-02
statsd = throw "statsd was removed because its upstream source vanished"; # Added 2026-07-28
# keep-sorted end
}