From e52991ecbe61464294afe4d40d462fa96ebe3924 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 27 Sep 2008 13:22:10 +0000 Subject: ngx_http_secure_link_module --- auto/modules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'auto/modules') diff --git a/auto/modules b/auto/modules index f6fde2452..70b2e6055 100644 --- a/auto/modules +++ b/auto/modules @@ -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" -- cgit