瀏覽代碼

add logrotatecontents directive to osfamilymap

pull/375/head
l00d3r 3 年之前
父節點
當前提交
bd9f38c352
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. +10
    -0
      apache/osfamilymap.yaml

+ 10
- 0
apache/osfamilymap.yaml 查看文件

@@ -87,6 +87,16 @@ RedHat:
use_require: false
moddir: /etc/httpd/conf.modules.d
sitesdir: /etc/httpd/conf.d
logrotatecontents: |
{{ apache.logdir }}/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/bin/systemctl reload {{ apache.service.name }} > /dev/null 2>/dev/null || true
endscript
}

Suse:
pkg:

Loading…
取消
儲存