1
0
Fork 0
docker-easy-haproxy/tests/fixtures/static_cors.yml
Joao Gilberto Magalhaes 491f4a8c09 Add support for CORS in HAProxy stats dashboard
- Introduced `HAPROXY_STATS_CORS_ORIGIN` environment variable for enabling CORS in HAProxy stats.
- Updated HAProxy configuration template to handle CORS preflight and response headers.
- Added tests for static configuration mode with CORS enabled.
- Updated documentation to include new CORS configuration details and examples.
2026-02-16 20:54:27 -05:00

11 lines
No EOL
176 B
YAML

stats:
username: admin
password: test123
port: 1936
cors_origin: http://localhost:3000
customerrors: false
containers:
"host1.com.br:80":
ip: ["container:5000"]