mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 07:16:46 +02:00
we add support for following config seettings in conf.d: addr: set listen address port: set lisetn port mimetypes: set file with mimetypes
14 lines
260 B
Text
14 lines
260 B
Text
/var/log/darkhttpd/access.log {
|
|
monthly
|
|
missingok
|
|
copytruncate
|
|
rotate 7
|
|
compress
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
if /sbin/rc-service --quiet darkhttpd status; then \
|
|
/sbin/rc-service --quiet darkhttpd restart;\
|
|
fi
|
|
endscript
|
|
}
|