diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 4ff11000c..f80b5fc14 100644 --- a/auto/options +++ b/auto/options @@ -52,6 +52,7 @@ HTTP_SSL=NO HTTP_SSI=YES HTTP_POSTPONE=NO HTTP_REALIP=NO +HTTP_ADDITION=NO HTTP_ACCESS=YES HTTP_AUTH_BASIC=YES HTTP_USERID=YES @@ -139,6 +140,7 @@ do --with-http_ssl_module) HTTP_SSL=YES ;; --with-http_realip_module) HTTP_REALIP=YES ;; + --with-http_addition_module) HTTP_ADDITION=YES ;; --without-http_charset_module) HTTP_CHARSET=NO ;; --without-http_gzip_module) HTTP_GZIP=NO ;; --without-http_ssi_module) HTTP_SSI=NO ;; |
