Versions Compared

Key

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

...

  • Update description.
  • Add basic instructions for configuring IP address, and listen ports.
  • Mention your habit of simply rebooting ATS for configuration changes.

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

...