From dbe17b0033da46c6b1528c956fd57745bd5e8857 Mon Sep 17 00:00:00 2001 From: mjbnz Date: Mon, 22 Jun 2020 17:47:53 +1200 Subject: [PATCH] Updated Using nginx sso with haproxy and SPOE (markdown) --- Using-nginx-sso-with-haproxy-and-SPOE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Using-nginx-sso-with-haproxy-and-SPOE.md b/Using-nginx-sso-with-haproxy-and-SPOE.md index 70a3dac..b88c8b8 100644 --- a/Using-nginx-sso-with-haproxy-and-SPOE.md +++ b/Using-nginx-sso-with-haproxy-and-SPOE.md @@ -79,6 +79,12 @@ Note that the filter being applied can be placed in the frontend, but you cannot #### haproxy.conf ``` +defaults + mode http + timeout connect 5s + timeout client 5s + timeout server 1m + frontend fe-http mode http bind :80