mirror of
https://github.com/fabriziosalmi/caddy-waf.git
synced 2025-12-23 22:27:46 -05:00
18 lines
216 B
Caddyfile
18 lines
216 B
Caddyfile
{
|
|
debug
|
|
auto_https off
|
|
admin localhost:2019
|
|
}
|
|
|
|
:8080 {
|
|
route {
|
|
waf {
|
|
rule_file ./sample_rules.json
|
|
anomaly_threshold 5
|
|
log_severity debug
|
|
metrics_endpoint /metrics
|
|
}
|
|
respond "Hello world!"
|
|
}
|
|
}
|