Skip to content

Commit

Permalink
Corrected path for logrotate
Browse files Browse the repository at this point in the history
  • Loading branch information
Magissia committed Jun 20, 2016
1 parent 5512907 commit 69c43e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logrotate.d.php-fpm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/var/log/php-fpm.log {
/var/log/php5-fpm.log {
missingok
notifempty
delaycompress
postrotate
/bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
/bin/kill -SIGUSR1 `cat /run/php5-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
endscript
}

0 comments on commit 69c43e5

Please sign in to comment.