Module ngx_http_secure_link_module | english русский 简体中文 עברית 日本語 türkçe news about download security advisories documentation pgp keys faq links books support donation trac wiki nginx.com | ||||||
The
This module is not built by default, it should be enabled with the
Example Configuration
location /p/ { secure_link_secret some_secret_word; if ($secure_link = "") { return 403; } }
Directives
Defines a secret /prefix/
where md5(link, secret_word);
A prefix is an arbitrary string not including a slash. Embedded Variables
|