21.11 update
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user