HAProxy Reverse Proxy
Here are configuration examples for setting up HAProxy as a reverse proxy for Notifly.
Proxying requests
Section titled “Proxying requests”frontend www bind 0.0.0.0:80 default_backend backend_notifly timeout client 60s timeout client-fin 30s
backend backend_notifly server backend01 127.0.0.1:NOTIFLY_PORT check timeout connect 10s timeout server 60s