diff --git a/TSG发布版本更新记录/TSG-21.11/nginx/nginx.conf b/TSG发布版本更新记录/TSG-21.11/nginx/nginx.conf index f6dcf40..fc97390 100644 --- a/TSG发布版本更新记录/TSG-21.11/nginx/nginx.conf +++ b/TSG发布版本更新记录/TSG-21.11/nginx/nginx.conf @@ -10,6 +10,7 @@ http { default_type application/octet-stream; sendfile on; keepalive_timeout 65; + keepalive_requests 10000; vhost_traffic_status_zone; vhost_traffic_status_filter_by_host on; client_max_body_size 1024M; #(设置客户端请求体最大值) @@ -24,7 +25,7 @@ http { } geo $islocalip { default 0; - {{ allowed_host }}.0/24 1; #添加本地不需要加密的ip,支持掩码形式,格式为xxx.xxx.xxx.xxx 1; + # {{ allowed_host }}.0/24 1; #添加本地不需要加密的ip,支持掩码形式,格式为xxx.xxx.xxx.xxx 1; } #hos非加密 server { diff --git a/TSG发布版本更新记录/TSG-21.11/record-21.11.txt b/TSG发布版本更新记录/TSG-21.11/record-21.11.txt index 1356f46..580e1a9 100644 --- a/TSG发布版本更新记录/TSG-21.11/record-21.11.txt +++ b/TSG发布版本更新记录/TSG-21.11/record-21.11.txt @@ -11,16 +11,16 @@ clickhouse 监控 1.新增 zookeeper-exporter ,clickhouse-exporter ,kafka-exporter,node-exporter -预处理 -1.更新补全jar包及配置 -2.新增frameip任务 -3.更新dos任务 - 网关 1.更新镜像349 2.更新schema 3.更新配置文件 +预处理 +1.更新补全jar包及配置 +2.新增frameip任务 +3.更新dos任务 + 调度任务 1.更新druid压缩任务,执行sql,表xxl_job_group中 address_list字段url最后添加/(如有则忽略) 2.更新镜像galaxy-job-executor:v1.3.211102