HAProxy Configuration Guide
Table of Contents
Runtime API Configuration
TCP Socket Mode
global
# Other global settings...
# Runtime API configuration
stats socket ipv4@0.0.0.0:9999 level admin
# OR for more secure setup, bind to localhost only
# stats socket ipv4@127.0.0.1:9999 level adminUnix Socket Mode
Statistics Page Configuration
Security Considerations
Combined Configuration Example
Troubleshooting
Last updated
Was this helpful?