Documented how to serve shlink using swoole

This commit is contained in:
Alejandro Celaya
2018-12-02 09:56:52 +01:00
parent 17dbab5ee8
commit 743d052f55
2 changed files with 130 additions and 35 deletions

View File

@@ -0,0 +1,13 @@
/var/log/shlink/shlink_swoole.log {
su root root
daily
missingok
rotate 120
compress
delaycompress
notifempty
create 0640 root root
postrotate
/etc/init.d/shlink_swoole restart
endscript
}