summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-02-23 12:02:20 +0100
committerGitHub <noreply@github.com>2022-02-23 12:02:20 +0100
commitd778e183660886e01462d4b91ee0760e386fc6e4 (patch)
tree582b4d6d5685a1c21af46ee7b9873251a41f0962 /nixos/tests/all-tests.nix
parentac3478bf83222b8ad25cdb05fce1600123988b8f (diff)
parentfb12caf06d3acb8ad4ec3ed891d8d1fb7c2facb0 (diff)
downloadnixpkgs-d778e183660886e01462d4b91ee0760e386fc6e4.tar
nixpkgs-d778e183660886e01462d4b91ee0760e386fc6e4.tar.gz
nixpkgs-d778e183660886e01462d4b91ee0760e386fc6e4.tar.bz2
nixpkgs-d778e183660886e01462d4b91ee0760e386fc6e4.tar.lz
nixpkgs-d778e183660886e01462d4b91ee0760e386fc6e4.tar.xz
nixpkgs-d778e183660886e01462d4b91ee0760e386fc6e4.tar.zst
nixpkgs-d778e183660886e01462d4b91ee0760e386fc6e4.zip
Merge pull request #160042 from stigtsp/test/nginx-modsecurity
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 90f9f4c0137..c9c39e79251 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -348,6 +348,7 @@ in
   nginx = handleTest ./nginx.nix {};
   nginx-auth = handleTest ./nginx-auth.nix {};
   nginx-etag = handleTest ./nginx-etag.nix {};
+  nginx-modsecurity = handleTest ./nginx-modsecurity.nix {};
   nginx-pubhtml = handleTest ./nginx-pubhtml.nix {};
   nginx-sandbox = handleTestOn ["x86_64-linux"] ./nginx-sandbox.nix {};
   nginx-sso = handleTest ./nginx-sso.nix {};