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