Try and install crwodsec on nginx

This commit is contained in:
Théo Barnouin 2025-04-04 11:10:06 +02:00
parent 6ec54454a2
commit 126dd2cf53
5 changed files with 93 additions and 104 deletions

View file

@ -123,6 +123,14 @@ in {
}
];
}
{
job_name = "nginx";
static_configs = [
{
targets = ["${cfg.proxy_ip}:6060"];
}
];
}
{
job_name = "redis";
static_configs = [