nginx use underscores_in_headers
nginx默认不支持带下划线的header,需要打开: underscores_in_headers… 继续阅读 nginx use underscores_in_headers
nginx默认不支持带下划线的header,需要打开: underscores_in_headers… 继续阅读 nginx use underscores_in_headers
#根据协议类型来强跳https if ( $http_x_forwarded_proto = &qu… 继续阅读 nginx get http_x_forwarded_proto to return
package main import ( "fmt" "io/iou… 继续阅读 node_exporter get network interface speed via golang
es按时间删除索引 #!/bin/bash source /etc/profile #定义删除30天… 继续阅读 es delete indexes per daily
version: '3.5' services: etcd: container… 继续阅读 docker-compose install milvus database
linux yum配置代理 yum源的参数加proxy=“http://ip:PORT” 即在/et… 继续阅读 linux yum use proxy
http://code.sd/books/migration-to-go/
golang http.DetectContentType获取文件类型 package main i… 继续阅读 http.DetectContentType get file type
#pprof dot go tool pprof -seconds=10 -http=:9999 h… 继续阅读 go pprof dot
# 上线 curl -X PUT "http://127.0.0.1:8761/eurek… 继续阅读 eureka强制上线 下线服务
使用esm迁移备份elasticsearch usage: esm -s http://10.154… 继续阅读 esm migration elasticsearch
func HTTPProf() { //log.Infof("pprof listen a… 继续阅读 golang http pprof server
apiVersion: v1 kind: Service metadata: name: redis… 继续阅读 deploy redisinsight gui tool on kubernetes
curl获取状态码 curl -o /dev/null -s -w %{http_code} 127… 继续阅读 curl get only http_status code
curl -H "Content-Type: application/json"… 继续阅读 curl post 本地json文件
#路径也变化,则需要设置cookie的路径转换 location /proxy_path { pro… 继续阅读 nginx proxy path
ipv6状态测试:https://test-ipv6.com ipv6速度测试:http://tes… 继续阅读 中科大 ipv6速度测试
golang自定义host发送http请求 func TestReq(t *testing.T) {… 继续阅读 golang use custom dns http req
usage: proxy_next_upstream error timeout http_500 … 继续阅读 nginx重试容错 proxy_next_upstream
pip安装包加速配置 临时: pip install -i https://pypi.tuna.ts… 继续阅读 pip install global index url