From 8dfb87d6bb71174b3c10326492e90a6fe96e4012 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Mon, 19 Mar 2018 12:41:36 +0300 Subject: [PATCH] Configure: added gRPC module help message. --- auto/options | 1 + 1 file changed, 1 insertion(+) 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