<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I tried this, but it gives me a white page, maybe because this +
    req.url do so that adds unneeded part to the subdomain to where
    redirects, but and without it it does not work again and the url is
    loaded from the varnish not from the nginx. I tried also with nginx
    as a backend, but without result Here is the log:<br>
    <br>
    <br>
       0 Debug        - "VCL_error(750,
    <a class="moz-txt-link-freetext" href="http://dowmload.thedomain.com/disclib/download/">http://dowmload.thedomain.com/disclib/download/</a>)"<br>
       15 SessionOpen  c MYIP 60312 91.215.216.24:80<br>
       15 ReqStart     c MYIP 60312 2028169630<br>
       15 RxRequest    c GET<br>
       15 RxURL        c /disclib/download/<br>
       15 RxProtocol   c HTTP/1.1<br>
       15 RxHeader     c Host: thedomain.com<br>
       15 RxHeader     c User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux
    i686; rv:44.0) Gecko/20100101 Firefox/44.0<br>
       15 RxHeader     c Accept:
    text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8<br>
       15 RxHeader     c Accept-Language: en-US,en;q=0.5<br>
       15 RxHeader     c Accept-Encoding: gzip, deflate<br>
       15 RxHeader     c Cookie: _ga=GA1.2.131807001.1456298754;
    __utma=234754435.782204057.1456320697.1456320697.1456325696.2;
    __utmz=234754435.1456320697.1.1.utmccn=(dire$<br>
       15 RxHeader     c Connection: keep-alive<br>
       15 RxHeader     c Cache-Control: max-age=0<br>
       15 VCL_call     c recv error<br>
       15 VCL_call     c hash<br>
       15 Hash         c /disclib/download/<br>
       15 Hash         c thedomain.com<br>
       15 VCL_return   c hash<br>
       15 VCL_call     c error deliver<br>
       15 VCL_call     c deliver deliver<br>
       15 TxProtocol   c HTTP/1.1<br>
       15 TxStatus     c 750<br>
       15 TxResponse   c <a class="moz-txt-link-freetext" href="http://dowmload.thedomain.com/disclib/download/">http://dowmload.thedomain.com/disclib/download/</a><br>
       15 TxHeader     c Server: Varnish<br>
       15 TxHeader     c Accept-Ranges: bytes<br>
       15 TxHeader     c Date: Sun, 28 Feb 2016 16:57:05 GMT<br>
       15 TxHeader     c Connection: close<br>
       15 Length       c 0<br>
       15 ReqEnd       c 2028169630 1456678625.208791018
    1456678625.208868742 0.000070572 0.000038147 0.000039577<br>
       15 SessionClose c error<br>
       15 StatSess     c  MYIP  60312 0 1 1 0 0 0 162 0<br>
       14 SessionClose - timeout<br>
       14 StatSess     - 66.249.64.41 36669 0 1 1 0 1 1 235 61420<br>
        0 Debug        - "VCL_error(750,
    <a class="moz-txt-link-freetext" href="http://dowmload.thedomain.com/disclib/download/">http://dowmload.thedomain.com/disclib/download/</a>)"<br>
       14 SessionOpen  c MYIP 60314 91.215.216.24:80<br>
       14 ReqStart     c MYIP 60314 2028169631<br>
       14 RxRequest    c GET<br>
       14 RxURL        c /disclib/download/<br>
       14 RxProtocol   c HTTP/1.1<br>
       14 RxHeader     c Host: thedomain.com<br>
       14 RxHeader     c User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux
    i686; rv:44.0) Gecko/20100101 Firefox/44.0<br>
       14 RxHeader     c Accept:
    text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 02/28/2016 06:48 PM, Brad Tarver
      wrote:<br>
    </div>
    <blockquote cite="mid:56D324E1.4010207@pobox.com" type="cite">
      <pre><code>if (obj.status == 750) {
    set obj.http.Location = obj.response;
    set obj.status = 301;
    return(deliver);
}</code></pre>
    </blockquote>
    <br>
  </body>
</html>