diff --git a/website/source/docs/configuration/index.html.md b/website/source/docs/configuration/index.html.md index 12fdaac9859..f4596a3d8f2 100644 --- a/website/source/docs/configuration/index.html.md +++ b/website/source/docs/configuration/index.html.md @@ -59,8 +59,11 @@ server { client { enabled = true network_speed = 10 - options { - "driver.raw_exec.enable" = "1" +} + +plugin "raw_exec" { + config { + enabled = true } }