Added PHP 7.2 support + minor bugfixes and performance tweaks
Note when applying this update you will have to update existing nginx vhosts to match new listening addresses (IPv6). Preferably you should update them to unix socket though and apply the changes to the tor hidden service config as well
This commit is contained in:
README.md
etc
logrotate.d
mysql
conf.d
nginx
php
7.0
fpm
7.1
fpm
7.2
fpm
php-fpm-2.confphp-fpm-3.confphp-fpm-4.confphp-fpm-5.confphp-fpm-6.confphp-fpm-7.confphp-fpm-a.confphp-fpm-b.confphp-fpm-c.confphp-fpm-d.confphp-fpm-e.confphp-fpm-f.confphp-fpm-g.confphp-fpm-h.confphp-fpm-i.confphp-fpm-j.confphp-fpm-k.confphp-fpm-l.confphp-fpm-m.confphp-fpm-n.confphp-fpm-o.confphp-fpm-p.confphp-fpm-q.confphp-fpm-r.confphp-fpm-s.confphp-fpm-t.confphp-fpm-u.confphp-fpm-v.confphp-fpm-w.confphp-fpm-x.confphp-fpm-y.confphp-fpm-z.confphp-fpm.confphp.ini
pool.d
postfix
ssh
sysctl.d
systemd
system
var/www
@@ -16,3 +16,21 @@
|
||||
invoke-rc.d nginx rotate >/dev/null 2>&1
|
||||
endscript
|
||||
}
|
||||
/home/*.onion/logs/*.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 1
|
||||
nocompress
|
||||
delaycompress
|
||||
notifempty
|
||||
create 0640 www-data www-data
|
||||
sharedscripts
|
||||
prerotate
|
||||
if [ -d /etc/logrotate.d/httpd-prerotate ]; then \
|
||||
run-parts /etc/logrotate.d/httpd-prerotate; \
|
||||
fi \
|
||||
endscript
|
||||
postrotate
|
||||
invoke-rc.d nginx rotate >/dev/null 2>&1
|
||||
endscript
|
||||
}
|
||||
|
Reference in New Issue
Block a user