1 Star 0 Fork 36

eaglegai / haproxy

forked from src-openEuler / haproxy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
haproxy.logrotate 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
daidai_is_here 提交于 2020-02-14 10:50 . init package
/var/log/haproxy.log {
compress
daily
dateext
rotate 31
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
/bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
endscript
}
1
https://gitee.com/eaglegai/haproxy.git
git@gitee.com:eaglegai/haproxy.git
eaglegai
haproxy
haproxy
master

搜索帮助