mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-18 16:11:50 +03:00
Merge pull request #4 from Computroniks/master
Added HAProxy as reverse proxy
commit
5bbe4a8a45
1 changed files with 12 additions and 0 deletions
|
@ -13,6 +13,7 @@ Uptime Kuma **does not support a subdirectory** such as `http://example.com/upti
|
||||||
- [Traefik](#Traefik)
|
- [Traefik](#Traefik)
|
||||||
- [Cloudflare](#cloudflare)
|
- [Cloudflare](#cloudflare)
|
||||||
- [OpenLiteSpeed](#openlitespeed)
|
- [OpenLiteSpeed](#openlitespeed)
|
||||||
|
- [HAProxy](#haproxy)
|
||||||
- Others
|
- Others
|
||||||
- [SSL/HTTPS](#sslhttps)
|
- [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.
|
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
|
# Others
|
||||||
|
|
||||||
## SSL/HTTPS
|
## SSL/HTTPS
|
||||||
|
|
Loading…
Reference in a new issue