]> git.pld-linux.org Git - packages/nginx.git/blobdiff - nginx.logrotate
- rtmp version updated to 1.2.1
[packages/nginx.git] / nginx.logrotate
index c270704f7c621a806006f54cb8b81839530601df..605955cedeb626a9eb0fd9c0e435324b65d6688f 100644 (file)
@@ -1,8 +1,8 @@
 /var/log/nginx/*.log {
        olddir /var/log/archive/nginx
-#      create 644 nginx nginx
+       create 644 nginx nginx
        sharedscripts
        postrotate
-               /sbin/service nginx graceful > /dev/null
+               /sbin/service nginx reopen-logs > /dev/null
        endscript
 }
This page took 0.030242 seconds and 4 git commands to generate.