diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-09-05 15:45:55 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-05 15:45:55 +0000 |
| commit | 2e2b81d21311a500522befd766910e9f9a7241d8 (patch) | |
| tree | 3d393e150555b39af7c4c3a7e2111d686afcba4d /auto/options | |
| parent | dfc8dadd04c7150d0f074bf650fab7beb4593513 (diff) | |
| download | nginx-2e2b81d21311a500522befd766910e9f9a7241d8.tar.gz nginx-2e2b81d21311a500522befd766910e9f9a7241d8.tar.bz2 | |
ngx_http_random_index_module
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 934edaaa6..01b1ca2e0 100644 --- a/auto/options +++ b/auto/options @@ -64,6 +64,7 @@ HTTP_ACCESS=YES HTTP_AUTH_BASIC=YES HTTP_USERID=YES HTTP_AUTOINDEX=YES +HTTP_RANDOM_INDEX=NO HTTP_STATUS=NO HTTP_GEO=YES HTTP_MAP=YES @@ -171,6 +172,7 @@ do --with-http_dav_module) HTTP_DAV=YES ;; --with-http_flv_module) HTTP_FLV=YES ;; --with-http_gzip_static_module) HTTP_GZIP_STATIC=YES ;; + --with-http_random_index_module) HTTP_RANDOM_INDEX=YES ;; --without-http_charset_module) HTTP_CHARSET=NO ;; --without-http_gzip_module) HTTP_GZIP=NO ;; @@ -287,6 +289,7 @@ cat << END --with-http_dav_module enable ngx_http_dav_module --with-http_flv_module enable ngx_http_flv_module --with-http_gzip_static_module enable ngx_http_gzip_static_module + --with-http_random_index_module enable ngx_http_random_index_module --with-http_stub_status_module enable ngx_http_stub_status_module --without-http_charset_module disable ngx_http_charset_module |
