Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here's an example of how to document config directives via the wiki:

Code Block
 CONFIG proxy.config.http.flow_control.enabled INT 0
 CONFIG proxy.config.http.flow_control.high_water INT 65536
 CONFIG proxy.config.http.flow_control.low_water INT 65536

...