mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-22 02:23:36 +00:00
4a6bc1b139
Bug: When haproxy.cfg has 'listen stats' BEFORE 'defaults' section, the global extraction incorrectly included listen stats because it only stopped at 'defaults', not at any section header. Fix: Changed extraction to stop at ANY section (defaults/listen/frontend/backend) This prevents duplicate listen blocks in merged config. Root cause of 'proxy stats has same name as proxy stats' HAProxy validation error.