mirror of
https://github.com/DanWin/hosting.git
synced 2025-08-03 21:11:49 +02:00
Initial commit
This commit is contained in:
commit
e0b35fb943
222 changed files with 8816 additions and 0 deletions
11
etc/logrotate.d/php7.1-fpm
Normal file
11
etc/logrotate.d/php7.1-fpm
Normal file
|
@ -0,0 +1,11 @@
|
|||
/var/log/php7.1-fpm*.log {
|
||||
rotate 1
|
||||
daily
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
postrotate
|
||||
/usr/lib/php/php7.1-fpm-reopenlogs
|
||||
endscript
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue