]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.logrotate
- suggest accesslog module, you usually want that
[packages/lighttpd.git] / lighttpd.logrotate
index badc76b5b63d4c61a3ce599a69d7bd6d190c2f51..3d5dc2872624cab262b0d0f6985df0499083dc18 100644 (file)
@@ -1,7 +1,9 @@
-/var/log/lighttpd/*.log {
-       olddir /var/log/archiv/lighttpd
+/var/log/lighttpd/access.log
+/var/log/lighttpd/error.log
+{
+       olddir /var/log/archive/lighttpd
 
-       create 644 lighttpd lighttpd
+       create 640 lighttpd logs
 
        sharedscripts
        postrotate
This page took 0.028016 seconds and 4 git commands to generate.