add openresty and ssdb

This commit is contained in:
Larry
2021-06-23 22:56:12 +08:00
parent 0b6c266744
commit e0a88ac371
16 changed files with 829 additions and 1 deletions

14
openresty/logrotate/nginx Normal file
View File

@ -0,0 +1,14 @@
/var/log/nginx/*.log {
daily
missingok
rotate 32
compress
delaycompress
nodateext
notifempty
create 644 www-data root
sharedscripts
postrotate
[ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid`
endscript
}