diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-01-26 08:52:49 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-26 08:52:49 +0000 |
| commit | e04084c1b295f5a704c2962f82becb5f278d60e3 (patch) | |
| tree | f5d6aef36c9c1650e7cdf27dea5b70b73c3f7f68 /auto/options | |
| parent | 5c8c52f858c0112e9200ed1c4798a89e6c366bf2 (diff) | |
| download | nginx-e04084c1b295f5a704c2962f82becb5f278d60e3.tar.gz nginx-e04084c1b295f5a704c2962f82becb5f278d60e3.tar.bz2 | |
nginx-0.0.1-2004-01-26-11:52:49 import
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 80302e419..3064a950d 100644 --- a/auto/options +++ b/auto/options @@ -11,6 +11,7 @@ POLL=YES HTTP_REWRITE=YES HTTP_GZIP=YES +HTTP_SSI=YES HTTP_PROXY=YES PCRE=NO @@ -42,6 +43,7 @@ do --without-poll_module) POLL=NO ;; --without-http_rewrite_module) HTTP_REWRITE=NO ;; + --without-http_ssi_module) HTTP_SSI=NO ;; --without-http_gzip_module) HTTP_GZIP=NO ;; --without-http_proxy_module) HTTP_PROXY=NO ;; |
