summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-05 15:45:55 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-09-05 15:45:55 +0000
commit2e2b81d21311a500522befd766910e9f9a7241d8 (patch)
tree3d393e150555b39af7c4c3a7e2111d686afcba4d /auto/modules
parentdfc8dadd04c7150d0f074bf650fab7beb4593513 (diff)
downloadnginx-2e2b81d21311a500522befd766910e9f9a7241d8.tar.gz
nginx-2e2b81d21311a500522befd766910e9f9a7241d8.tar.bz2
ngx_http_random_index_module
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules7
1 files changed, 7 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 89f53b722..f6fde2452 100644
--- a/auto/modules
+++ b/auto/modules
@@ -81,6 +81,7 @@ fi
# ngx_http_dav_module
# ngx_http_autoindex_module
# ngx_http_index_module
+# ngx_http_random_index_module
#
# ngx_http_access_module
# ngx_http_realip_module
@@ -177,6 +178,12 @@ fi
HTTP_MODULES="$HTTP_MODULES $HTTP_INDEX_MODULE"
+if [ $HTTP_RANDOM_INDEX = YES ]; then
+ have=NGX_HTTP_RANDOM_INDEX . auto/have
+ HTTP_MODULES="$HTTP_MODULES $HTTP_RANDOM_INDEX_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_RANDOM_INDEX_SRCS"
+fi
+
if [ $HTTP_AUTH_BASIC = YES ]; then
have=NGX_HTTP_AUTH_BASIC . auto/have
have=NGX_CRYPT . auto/have