mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
af2b019d25
commit
9a3d7473c4
2 changed files with 46 additions and 48 deletions
|
@ -804,7 +804,7 @@ in {
|
||||||
nginx-globalredirect = runTest ./nginx-globalredirect.nix;
|
nginx-globalredirect = runTest ./nginx-globalredirect.nix;
|
||||||
nginx-http3 = handleTest ./nginx-http3.nix {};
|
nginx-http3 = handleTest ./nginx-http3.nix {};
|
||||||
nginx-mime = runTest ./nginx-mime.nix;
|
nginx-mime = runTest ./nginx-mime.nix;
|
||||||
nginx-modsecurity = handleTest ./nginx-modsecurity.nix {};
|
nginx-modsecurity = runTest ./nginx-modsecurity.nix;
|
||||||
nginx-moreheaders = handleTest ./nginx-moreheaders.nix {};
|
nginx-moreheaders = handleTest ./nginx-moreheaders.nix {};
|
||||||
nginx-njs = handleTest ./nginx-njs.nix {};
|
nginx-njs = handleTest ./nginx-njs.nix {};
|
||||||
nginx-proxyprotocol = handleTest ./nginx-proxyprotocol {};
|
nginx-proxyprotocol = handleTest ./nginx-proxyprotocol {};
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import ./make-test-python.nix (
|
{ ... }:
|
||||||
{ pkgs, lib, ... }:
|
|
||||||
{
|
{
|
||||||
name = "nginx-modsecurity";
|
name = "nginx-modsecurity";
|
||||||
|
|
||||||
|
@ -48,4 +47,3 @@ import ./make-test-python.nix (
|
||||||
machine.fail("curl -fvvv -s http://127.0.0.1/secret.html")
|
machine.fail("curl -fvvv -s http://127.0.0.1/secret.html")
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue