mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
parent
cfb69d81fa
commit
c0d90aca81
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue