mirror of
https://github.com/nginx/nginx.git
synced 2026-08-31 09:06:25 +00:00
ngx_http_secure_link_module
This commit is contained in:
parent
6736614275
commit
e52991ecbe
4 changed files with 206 additions and 0 deletions
|
|
@ -284,6 +284,12 @@ if [ $HTTP_BROWSER = YES ]; then
|
|||
HTTP_SRCS="$HTTP_SRCS $HTTP_BROWSER_SRCS"
|
||||
fi
|
||||
|
||||
if [ $HTTP_SECURE_LINK = YES ]; then
|
||||
USE_MD5=YES
|
||||
HTTP_MODULES="$HTTP_MODULES $HTTP_SECURE_LINK_MODULE"
|
||||
HTTP_SRCS="$HTTP_SRCS $HTTP_SECURE_LINK_SRCS"
|
||||
fi
|
||||
|
||||
if [ $HTTP_FLV = YES ]; then
|
||||
HTTP_MODULES="$HTTP_MODULES $HTTP_FLV_MODULE"
|
||||
HTTP_SRCS="$HTTP_SRCS $HTTP_FLV_SRCS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue