This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
решение_haproxy [2024/04/08 14:08] val |
решение_haproxy [2025/01/14 14:50] (current) val |
||
---|---|---|---|
Line 4: | Line 4: | ||
* [[https://www.haproxy.com/documentation/haproxy-configuration-tutorials/http-rewrites/|HAProxy config tutorials HTTP rewrites]] | * [[https://www.haproxy.com/documentation/haproxy-configuration-tutorials/http-rewrites/|HAProxy config tutorials HTTP rewrites]] | ||
* [[https://serverfault.com/questions/560978/configure-multiple-ssl-certificates-in-haproxy|Configure multiple SSL certificates in Haproxy]] | * [[https://serverfault.com/questions/560978/configure-multiple-ssl-certificates-in-haproxy|Configure multiple SSL certificates in Haproxy]] | ||
+ | * [[https://youtu.be/oIczkkD-hOU|Видео урок: Доступ к приложениям в Bare-Metal Kubernetes]] | ||
<code> | <code> | ||
Line 60: | Line 61: | ||
# tail -f /var/log/haproxy.log | # tail -f /var/log/haproxy.log | ||
# journalctl -f | grep proxy | # journalctl -f | grep proxy | ||
+ | # ###haproxy -f /etc/haproxy/haproxy.cfg -d | ||
+ | |||
+ | # echo "show stat" | socat stdio /run/haproxy/admin.sock | cut -d ',' -f 1,2,18 | ||
haproxy# curl https://localhost/ -H "Host: gowebd.corpX.un" -k | haproxy# curl https://localhost/ -H "Host: gowebd.corpX.un" -k | ||
</code> | </code> | ||