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