From ef0609eefb6afda2d071dc02e80e8cfaf00c94c0 Mon Sep 17 00:00:00 2001 From: D Delmar Davis Date: Tue, 28 Jul 2026 09:35:35 -0700 Subject: Minor --- docs/buildnotes/zoe.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/buildnotes/zoe.md b/docs/buildnotes/zoe.md index c6361f5..660e394 100644 --- a/docs/buildnotes/zoe.md +++ b/docs/buildnotes/zoe.md @@ -32,6 +32,11 @@ mkdir -p /var/lib/containers/storage wget https://fw-download.ubnt.com/data/unifi-os-server/b828-linux-x64-5.1.19-e38d0b0e-b462-403d-9861-f57f25772106.19-x64 chmod +x ./b828-linux-x64-5.1.19-e38d0b0e-b462-403d-9861-f57f25772106.19-x64 ./b828-linux-x64-5.1.19-e38d0b0e-b462-403d-9861-f57f25772106.19-x64 +``` + +Install nginx to normalize web. + +```sh apt install -y nginx libnginx-mod-stream mv /etc/nginx/sites-enabled/default /tmp/ cat >/etc/nginx/nginx.conf<