about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-16 17:05:35 +0100
committerGitHub <noreply@github.com>2021-11-16 17:05:35 +0100
commitb964655a7d2ab1dcff46aa73d5510239bd193c88 (patch)
tree8d4c13bab4156def2039e4e6e35bc36eeaf620e6
parent9b1d57f7773c4c80d1b930a89c198679ec88a9c4 (diff)
parenta2c053689474ee80198f07b5b4f29106dd44a408 (diff)
Merge pull request #141047 from risicle/ris-apache-httpd-more-passthru-tests
-rw-r--r--pkgs/servers/http/apache-httpd/2.4.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix
index 3b8a4acbfc948..9538ea9f450f7 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;
     };
   };