Mobile redirect question

Bjørn Ruberg bjorn at ruberg.no
Tue Mar 29 15:16:17 CEST 2011


On 29. mars 2011 15:13, Maikel - Songteksten.nl wrote:
> The redirect looks like this:
>
> sub vcl_error {
>      if (obj.status == 750) {
>          set obj.http.Location = obj.response;
>          set obj.status = 302;
>          return(deliver);
>          }
> }

You should still take a look at the URL I mentioned. And please don't 
top-post.

-- 
Bjørn





More information about the varnish-misc mailing list