Merge pull request #4 from Computroniks/master

Added HAProxy as reverse proxy
Louis Lam 2022-03-03 17:01:14 +08:00 committed by GitHub
commit 5bbe4a8a45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

@ -13,6 +13,7 @@ Uptime Kuma **does not support a subdirectory** such as `http://example.com/upti
- [Traefik](#Traefik)
- [Cloudflare](#cloudflare)
- [OpenLiteSpeed](#openlitespeed)
- [HAProxy](#haproxy)
- Others
- [SSL/HTTPS](#sslhttps)
@ -203,6 +204,17 @@ Create a new virtual host through the graphical admin like you normally would.
Perform a graceful restart and launch uptime-kuma.
# HAProxy
No special configuration is required when using HAProxy as a reverse
proxy although you may wish to add the `timeout tunnel` option to either
the `defaults`, `listen`, or `backend` sections. If using the `timeout
tunnel` option, it is also recommended to set `timeout client-fin` to
handle instances where the client stops responding.
Read more:
http://cbonte.github.io/haproxy-dconv/2.4/configuration.html#4.2-timeout%20tunnel
# Others
## SSL/HTTPS