nginx-0.7.18

Thomas iamkenzo at gmail.com
Mon Nov 10 17:59:31 MSK 2008


>    *) Feature: the ngx_http_secure_link_module.
>
Is it possible to proxy the request?

I'd like to do something like this:
--
  location /dl/
       secure_link_secret  lhm;
       if ($secure_link = "") {
           return 403;
       }
    }

    proxy_pass http://192.168.0.10:3000;

    rewrite  ^   $secure_link  break;
--





More information about the nginx mailing list