summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_secure_link_module.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-01-28Secure_link: fixed configuration inheritance.Ruslan Ermilov1-2/+15
The "secure_link_secret" directive was always inherited from the outer configuration level even when "secure_link" and "secure_link_md5" were specified on the inner level.
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2010-09-13fix typoIgor Sysoev1-2/+2
2010-09-06discard "secure_link_expires on|off"Igor Sysoev1-25/+11
2010-09-02new ngx_http_secure_link_module with secure_link, secure_link_md5, andIgor Sysoev1-12/+187
secure_link_expires
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-1/+1
2008-10-21allow short secure linksIgor Sysoev1-1/+1
2008-09-27ngx_http_secure_link_moduleIgor Sysoev1-0/+193