Re: broken header without HAProxy

2019-06-09 Thread arashad
Everything worked after removing the proxy_protocol. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,284428,284491#msg-284491 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: broken header without HAProxy

2019-06-04 Thread Maxim Dounin
Hello! On Tue, Jun 04, 2019 at 02:25:39AM -0400, arashad wrote: > I'm trying to remove HAProxy from my setup but i keep getting "broken header > while reading proxy protocol" and the website won't open at all. > If i remove the "send-proxy" from HAProxy the website won't open also. Likely the

Re: broken header without HAProxy

2019-06-04 Thread Aleksandar Lazic
Am 04.06.2019 um 10:32 schrieb arashad: > haproxy -vv > HA-Proxy version 1.5.18 2016/05/10 > Copyright 2000-2016 Willy Tarreau [snip] > ## > nginx -v > nginx version: nginx/1.16.0 > > ## > > cat $HAPROXY-CONF > produces an error seems

Re: broken header without HAProxy

2019-06-04 Thread arashad
haproxy -vv HA-Proxy version 1.5.18 2016/05/10 Copyright 2000-2016 Willy Tarreau Build options : TARGET = linux2628 CPU = generic CC = gcc CFLAGS = -O2 -g -fno-strict-aliasing -DTCP_USER_TIMEOUT=18 OPTIONS = USE_LINUX_TPROXY=1 USE_GETADDRINFO=1 USE_ZLIB=1 USE_REGPARM=1

Re: broken header without HAProxy

2019-06-04 Thread Aleksandar Lazic
Hi. Am 04.06.2019 um 08:25 schrieb arashad: > Hello, > > I'm trying to remove HAProxy from my setup but i keep getting "broken header > while reading proxy protocol" and the website won't open at all. > If i remove the "send-proxy" from HAProxy the website won't open also. It would help a lot

broken header without HAProxy

2019-06-04 Thread arashad
Hello, I'm trying to remove HAProxy from my setup but i keep getting "broken header while reading proxy protocol" and the website won't open at all. If i remove the "send-proxy" from HAProxy the website won't open also. Posted at Nginx Forum: