diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-09-27 13:22:10 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-27 13:22:10 +0000 |
| commit | e52991ecbe61464294afe4d40d462fa96ebe3924 (patch) | |
| tree | bfe9a07435fec27c8801cb74d9551763ba647e78 /auto/modules | |
| parent | 67366142750f08752d1b3fb2e9500e6d1c2831fb (diff) | |
| download | nginx-e52991ecbe61464294afe4d40d462fa96ebe3924.tar.gz nginx-e52991ecbe61464294afe4d40d462fa96ebe3924.tar.bz2 | |
ngx_http_secure_link_module
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 6 |
1 files changed, 6 insertions, 0 deletions
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" |
