From ccbf492e3664b53730b68ec8d34ee9ce9ee9606a Mon Sep 17 00:00:00 2001 From: billisdead Date: Tue, 18 Nov 2025 16:58:51 +0100 Subject: [PATCH] suppression http2 --- haproxy.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/haproxy.cfg b/haproxy.cfg index 2934767..01b65f5 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -83,7 +83,8 @@ defaults frontend https - bind *:443,[::]:443 ssl crt /etc/haproxy/ssl/ strict-sni alpn h2,http/1.1 + bind *:443,[::]:443 ssl crt /etc/haproxy/ssl/ strict-sni alpn http/1.1 + #bind *:443,[::]:443 ssl crt /etc/haproxy/ssl/ strict-sni alpn h2,http/1.1 http-request set-header X-Forwarded-Proto https if { ssl_fc } http-request set-header X-Forwarded-Proto http if !{ ssl_fc } http-request set-header X-Forwarded-For %[src] @@ -191,6 +192,8 @@ backend stats-backend server stats 192.168.1.49:3000 backend n8n-backend + mode http + option forwardfor server n8n 192.168.1.56:5678 backend links-mtb