11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
|
rules {
|
||
|
QUARANTAINE {
|
||
|
backend = "http";
|
||
|
url = "http://nginx:9081/pipe.php";
|
||
|
selector = "is_reject";
|
||
|
formatter = "default";
|
||
|
meta_headers = true;
|
||
|
}
|
||
|
}
|
||
|
|