Try and install crwodsec on nginx
This commit is contained in:
parent
6ec54454a2
commit
126dd2cf53
5 changed files with 93 additions and 104 deletions
|
@ -123,6 +123,14 @@ in {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "nginx";
|
||||
static_configs = [
|
||||
{
|
||||
targets = ["${cfg.proxy_ip}:6060"];
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "redis";
|
||||
static_configs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue