编译时如何 增加ngx_http_upstream_zone_module
ngx_http_upstream_least_conn_module
ngx_http_upstream_keepalive_module
ngx_http_upstream_ip_hash_module
ngx_http_upstream_hash_module
ngx_http_proxy_module
ngx_http_gzip_filter_module
ngx_http_gzip_static_module
ngx_http_limit_conn_module
ngx_http_limit_req_module
编译时修改配置文件如下,编译错误。
ngx_http_upstream_least_conn_module
ngx_http_upstream_keepalive_module
ngx_http_upstream_ip_hash_module
ngx_http_upstream_hash_module
ngx_http_proxy_module
ngx_http_gzip_filter_module
ngx_http_gzip_static_module
ngx_http_limit_conn_module
ngx_http_limit_req_module
编译时修改配置文件如下,编译错误。
# Add modules
nginx_modules_options='ngx_http_upstream_zone_module ngx_http_upstream_least_conn_module ngx_http_upstream_keepalive_module ngx_http_upstream_ip_hash_module ngx_http_upstream_hash_module ngx_http_proxy_module ngx_http_gzip_filter_module ngx_http_gzip_static_module ngx_http_limit_conn_module ngx_http_limit_req_module'
php_modules_options=''