alpine nginx pihole working, weighing in at 85.36 MB vs debian 252.4 MB

This commit is contained in:
diginc
2016-02-13 13:24:44 -06:00
parent 94ef971f71
commit 972a6c3c39
10 changed files with 442 additions and 31 deletions

View File

@@ -1,8 +1,13 @@
#!/bin/sh
gravity.sh # pi-hole version minus the service dnsmasq start
dnsmasq --test || exit 1
dnsmasq
service lighttpd start
gravity.sh # dnsmasq start included
php-fpm -t || exit 1
php-fpm
tail -f /var/log/lighttpd/*.log /var/log/pihole.log
nginx -t || exit 1
nginx
tail -F /var/log/nginx/*.log /var/log/pihole.log