Thursday, 15 September 2011

ssl - Varnish rewrites location header -



ssl - Varnish rewrites location header -

my configuration is: net -> nginx ssl-offloader -> varnish -> nginx + php

when send redirect php https://foo.bar see http://foo.bar. looks varnish rewrites location header in response. how can prepare it?

it's ok in configuration without varnish: net -> nginx ssl-offloader -> nginx + php

solved :) problem in balancer (pound) config. net -> pound -> nginx ssl-offloader -> varnish -> nginx + php

i set rewritelocation 0 , solve issue.

ssl varnish pound

No comments:

Post a Comment