mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
ubuntu 18.10 support
This commit is contained in:
parent
e674bf14fd
commit
e1fb811caf
143 changed files with 7806 additions and 0 deletions
13
install/ubuntu/18.10/logrotate/nginx
Normal file
13
install/ubuntu/18.10/logrotate/nginx
Normal file
|
@ -0,0 +1,13 @@
|
|||
/var/log/nginx/*log /var/log/nginx/domains/*log {
|
||||
daily
|
||||
missingok
|
||||
rotate 52
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 640 nginx adm
|
||||
sharedscripts
|
||||
postrotate
|
||||
[ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid`
|
||||
endscript
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue