From a2c053689474ee80198f07b5b4f29106dd44a408 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sat, 9 Oct 2021 01:14:28 +0100 Subject: apacheHttpd: add proxy and php nixos tests to passthru.tests --- pkgs/servers/http/apache-httpd/2.4.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix index 6e6eca69da3ca..c10ab02e73ec4 100644 --- a/pkgs/servers/http/apache-httpd/2.4.nix +++ b/pkgs/servers/http/apache-httpd/2.4.nix @@ -81,6 +81,8 @@ stdenv.mkDerivation rec { inherit apr aprutil sslSupport proxySupport ldapSupport luaSupport lua5; tests = { acme-integration = nixosTests.acme; + proxy = nixosTests.proxy; + php = nixosTests.php.httpd; }; }; -- cgit 1.4.1