test(nginx): Add simple tests to assert nginx features work

This commit is contained in:
Tristan Daniël Maat 2025-11-13 05:20:09 +08:00
parent 4e59582de2
commit f2ef91672b
Signed by: tlater
GPG key ID: 02E935006CF2E8E7
6 changed files with 176 additions and 2 deletions

View file

@ -1 +1,6 @@
{ imports = [ ./crowdsec ]; }
{
imports = [
./crowdsec
./serviceTests/stub.nix
];
}