You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: loading initial config: loading new config: loading http app module: provision http: server srv0: setting up route handlers: route 0: loading handler modules: position 0: loading module 'waf': provision http.handlers.waf: invalid WAF config from string: failed to readfile: open @owasp_crs\REQUEST-901-INITIALIZATION.conf: The system cannot find the path specified.
{
debug
order coraza_waf first
}
(waf) {
coraza_waf {
load_owasp_crs
directives `
Include @coraza.conf-recommended
Include @crs-setup.conf.example
Include @owasp_crs/*.conf
SecRuleEngine On
`
}
}
:8809 {
import waf
handle_path /videoApi/* {
reverse_proxy https://10.89.15.11:943 {
transport http {
tls_insecure_skip_verify
}
}
}
log {
format json {
time_local
time_format wall_milli
}
output file ./log/1.log
}
}
The text was updated successfully, but these errors were encountered:
Error: loading initial config: loading new config: loading http app module: provision http: server srv0: setting up route handlers: route 0: loading handler modules: position 0: loading module 'waf': provision http.handlers.waf: invalid WAF config from string: failed to readfile: open @owasp_crs\REQUEST-901-INITIALIZATION.conf: The system cannot find the path specified.
The text was updated successfully, but these errors were encountered: