From cde1fb5de0eb844f59da3ebaadb3f20053748ee1 Mon Sep 17 00:00:00 2001 From: Arjen <4867268+atezet@users.noreply.github.com> Date: Wed, 1 May 2024 22:37:49 +0200 Subject: [PATCH] Improve example TOML in configuration guide. --- docs/guide/10-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/10-configuration.md b/docs/guide/10-configuration.md index 67ea70a8..ea78531c 100644 --- a/docs/guide/10-configuration.md +++ b/docs/guide/10-configuration.md @@ -156,8 +156,8 @@ workers = 16 max_blocking = 512 keep_alive = 5 ident = "Rocket" -ip_header = "X-Real-IP" # set to `false` (the default) to disable -proxy_proto_header = `false` # set to `false` (the default) to disable +ip_header = "X-Real-IP" # set to `false` to disable +proxy_proto_header = false # set to `false` (the default) to disable log_level = "normal" temp_dir = "/tmp" cli_colors = true