diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2018-03-19 12:41:36 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2018-03-19 12:41:36 +0300 |
commit | 8dfb87d6bb71174b3c10326492e90a6fe96e4012 (patch) | |
tree | c9a62fc5cec5c609a91979ae898a730eb35c70d8 | |
parent | 14c46da20eea1e3b446e55eae670a393f34916a8 (diff) | |
download | nginx-8dfb87d6bb71174b3c10326492e90a6fe96e4012.tar.gz nginx-8dfb87d6bb71174b3c10326492e90a6fe96e4012.zip |
Configure: added gRPC module help message.
-rw-r--r-- | auto/options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 25357412c..59f0449d8 100644 --- a/auto/options +++ b/auto/options @@ -473,6 +473,7 @@ cat << END --without-http_fastcgi_module disable ngx_http_fastcgi_module --without-http_uwsgi_module disable ngx_http_uwsgi_module --without-http_scgi_module disable ngx_http_scgi_module + --without-http_grpc_module disable ngx_http_grpc_module --without-http_memcached_module disable ngx_http_memcached_module --without-http_limit_conn_module disable ngx_http_limit_conn_module --without-http_limit_req_module disable ngx_http_limit_req_module |