This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
решение_haproxy [2025/01/14 14:50] val |
решение_haproxy [2026/08/21 15:53] (current) val |
||
|---|---|---|---|
| Line 66: | Line 66: | ||
| haproxy# curl https://localhost/ -H "Host: gowebd.corpX.un" -k | haproxy# curl https://localhost/ -H "Host: gowebd.corpX.un" -k | ||
| + | </code> | ||
| + | |||
| + | <code> | ||
| + | listen stats | ||
| + | bind *:8404 | ||
| + | mode http | ||
| + | stats enable | ||
| + | stats uri /stats | ||
| + | stats refresh 10s | ||
| + | stats hide-version | ||
| + | # stats auth admin:SecurePassword123 | ||
| </code> | </code> | ||