mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
apacheHttpdPackages.mod_jk: rename from tomcat_connectors
This commit is contained in:
parent
b873135b40
commit
e0a905ef96
4 changed files with 6 additions and 5 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue