> 2015-12-04 16:27 GMT+01:00 Jonathan Leroy - Inikup <jonat...@inikup.com>:
>> Hi Luke,
>>
>> Here's the Nginx config :
>> https://gist.githubusercontent.com/jleroy/ab45c328263731c46ec1/raw/69af9edc154329c113aad588ff5f9501edfd61b1/gistfile1.txt
>
> Now that I use ULA instead of link-local addresses, send-proxy no
> longer works on HTTP backend...

Well, you will have to update the first config line in nginx:
set_real_ip_from fc00::/7


To allow proxy connection from the ULA range.


As to the original problem:
I don't think you can use both SSL and non-SSL on the same port (8443).

The non-SSL server block should have a dedicated port, otherwise nginx
will never know what to expect (SSL vs non-SSL, proxy or not proxy).



Regards,

Lukas

                                          

Reply via email to