parent
cfb69d81fa
commit
c0d90aca81
@ -808,7 +808,7 @@ in {
|
|||||||
nginx-moreheaders = runTest ./nginx-moreheaders.nix;
|
nginx-moreheaders = runTest ./nginx-moreheaders.nix;
|
||||||
nginx-njs = handleTest ./nginx-njs.nix {};
|
nginx-njs = handleTest ./nginx-njs.nix {};
|
||||||
nginx-proxyprotocol = runTest ./nginx-proxyprotocol/default.nix;
|
nginx-proxyprotocol = runTest ./nginx-proxyprotocol/default.nix;
|
||||||
nginx-pubhtml = handleTest ./nginx-pubhtml.nix {};
|
nginx-pubhtml = runTest ./nginx-pubhtml.nix;
|
||||||
nginx-redirectcode = handleTest ./nginx-redirectcode.nix {};
|
nginx-redirectcode = handleTest ./nginx-redirectcode.nix {};
|
||||||
nginx-sso = handleTest ./nginx-sso.nix {};
|
nginx-sso = handleTest ./nginx-sso.nix {};
|
||||||
nginx-status-page = handleTest ./nginx-status-page.nix {};
|
nginx-status-page = handleTest ./nginx-status-page.nix {};
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
import ./make-test-python.nix {
|
{ ... }:
|
||||||
|
{
|
||||||
name = "nginx-pubhtml";
|
name = "nginx-pubhtml";
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user