apacheHttpdPackages.mod_jk: rename from tomcat_connectors

This commit is contained in:
Anthony Roussel 2024-03-21 21:31:51 +01:00
parent b873135b40
commit e0a905ef96
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E
4 changed files with 6 additions and 5 deletions

View file

@ -435,7 +435,7 @@ in
example = literalExpression ''
[
"proxy_connect"
{ name = "jk"; path = "''${pkgs.tomcat_connectors}/modules/mod_jk.so"; }
{ name = "jk"; path = "''${pkgs.apacheHttpdPackages.mod_jk}/modules/mod_jk.so"; }
]
'';
description = ''