magento - Varnish as a Proxy for Nginx on port 443 -
i have nginx , varnish working fine on server. varnish listening port 80 , nginx 8080.
however, had run whole website on ssl 443 (i'm using magento).
i trying create proxy , make 443 request go varnish using config https://gist.github.com/medinadato/572e931796ec8e38939db25fe73b0552. please note lines 1-4 set varnish , 27 (location / {) redirect requests.
the problem set infinite loop happens when nginx tries redirect request.
i've tried fix on lines 93-97 , 37 it's still happening.
any appreciated.
it's hard happening without seeing varnish vcl. 1 thing try remove in nginx config line 43 downward. run either varnishlog , or varnishncsa verify varnish server in fact receiving request nginx.
Comments
Post a Comment