mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
parent
9a3d7473c4
commit
1e0be03fb6
2 changed files with 3 additions and 2 deletions
|
@ -805,7 +805,7 @@ in {
|
||||||
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 = runTest ./nginx-modsecurity.nix;
|
nginx-modsecurity = runTest ./nginx-modsecurity.nix;
|
||||||
nginx-moreheaders = handleTest ./nginx-moreheaders.nix {};
|
nginx-moreheaders = runTest ./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 {};
|
||||||
nginx-pubhtml = handleTest ./nginx-pubhtml.nix {};
|
nginx-pubhtml = handleTest ./nginx-pubhtml.nix {};
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
import ./make-test-python.nix {
|
{ ... }:
|
||||||
|
{
|
||||||
name = "nginx-more-headers";
|
name = "nginx-more-headers";
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue