摘要:
发现报错: 502--upstream sent too big header while reading response header from upstream 解决 修改nginx.conf: proxy_buffer_size 16k; #调大 proxy_buffers 8 32k; # 阅读全文
摘要:
转 https://www.jianshu.com/p/accff9ea7b15 环境介绍 在centos7下需要挂载两个新的磁盘。为了方便后续的扩容方便,决定将这其设置为LVM管理的方式。 查看一下当前有哪些新增的数据盘,如下: [root@runsdata test 0004 ~] df h F 阅读全文
摘要:
问题 $ go build t.go pkg config cflags rdkafka Package rdkafka was not found in the pkg config search path. Perhaps you should add the directory contain 阅读全文