diff --git a/website/source/docs/configuration/index.html.md b/website/source/docs/configuration/index.html.md index f4596a3d8..6952af1d9 100644 --- a/website/source/docs/configuration/index.html.md +++ b/website/source/docs/configuration/index.html.md @@ -33,7 +33,7 @@ As each file is processed, its contents are merged into the existing configuration. When merging, any non-empty values from the latest config file will append or replace parameters in the current configuration. An empty value means `""` for strings, `0` for integer or float values, and `false` for -booleans. Since empty values are ignored you cannot disable an parameter like +booleans. Since empty values are ignored you cannot disable a parameter like `server` mode once you've enabled it. Here is an example Nomad agent configuration that runs in both client and server