Update install_services.sh

This commit is contained in:
Patrick McGuire
2021-10-18 16:30:51 -04:00
committed by GitHub
parent ab536792ae
commit 5c5efa025c
-19
View File
@@ -198,25 +198,6 @@ ${EXTRACTIONS_URL} {
reverse_proxy /stream localhost:8000
php_fastcgi unix//run/php/php7.3-fpm.sock
}
http://birdnetpi.local {
root * ${EXTRACTED}
file_server browse
basicauth /Processed* {
birdnet ${HASHWORD}
}
basicauth /scripts* {
birdnet ${HASHWORD}
}
basicauth /stream {
birdnet ${HASHWORD}
}
basicauth /phpsysinfo* {
birdnet ${HASHWORD}
}
reverse_proxy /stream localhost:8000
php_fastcgi unix//run/php/php7.3-fpm.sock
}
EOF
systemctl reload caddy
}