nginx-0.7.18

Steffen Weber nginx at steffenweber.net
Mon Oct 13 19:56:47 MSD 2008


Igor Sysoev wrote:
> The ngx_http_secure_link_module allows to create a secure link as
> /prefix/hash/link, where
> 
> 1) prefix is any symbols expect "/";
> 2) hash is md5(link, secret),
>    the secret is set by secure_link_secret directive;
> 3) and link is some link to secure.

lighttpd has a similar feature with an additional possibility to specify 
a timeout: http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModSecDownload

The timeout would be a nice addition to nginx, because otherwise once 
someone has received the "secure link" he can pass it around to other 
people and it will never expire.

Steffen





More information about the nginx mailing list