From 1aa94aac20e56f62b9106e62cf39717edb67c1cd Mon Sep 17 00:00:00 2001 From: Michael Joshua Saul Date: Sun, 8 Mar 2026 14:15:14 -0600 Subject: [PATCH] Update install/plane-install.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- install/plane-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/plane-install.sh b/install/plane-install.sh index 98966e95..5e963856 100644 --- a/install/plane-install.sh +++ b/install/plane-install.sh @@ -284,7 +284,7 @@ systemctl enable -q --now plane-api plane-worker plane-beat plane-live plane-spa msg_ok "Created Services and MinIO Bucket" msg_info "Configuring Nginx" -cat <<'NGINXEOF' >/etc/nginx/sites-available/plane.conf +cat <<'EOF' >/etc/nginx/sites-available/plane.conf upstream plane-api { server 127.0.0.1:8000; }