21.11 update

This commit is contained in:
zhanghongqing
2021-11-25 16:47:16 +08:00
parent f0206e5a38
commit 1ca81831dc
2 changed files with 7 additions and 6 deletions

View File

@@ -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 {

View File

@@ -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