|
|
|
|
|
|
|
|
moddir: /etc/httpd/conf.modules.d |
|
|
moddir: /etc/httpd/conf.modules.d |
|
|
sitesdir: /etc/httpd/conf.d |
|
|
sitesdir: /etc/httpd/conf.d |
|
|
logrotatecontents: | |
|
|
logrotatecontents: | |
|
|
{{ apache.logdir }}/*log { |
|
|
|
|
|
|
|
|
{{ logdir }}/*log { |
|
|
missingok |
|
|
missingok |
|
|
notifempty |
|
|
notifempty |
|
|
sharedscripts |
|
|
sharedscripts |
|
|
delaycompress |
|
|
delaycompress |
|
|
postrotate |
|
|
postrotate |
|
|
/bin/systemctl reload {{ apache.service.name }} > /dev/null 2>/dev/null || true |
|
|
|
|
|
|
|
|
/bin/systemctl reload {{ service.name }} > /dev/null 2>/dev/null || true |
|
|
endscript |
|
|
endscript |
|
|
} |
|
|
} |
|
|
|
|
|
|