Update install/plane-install.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Michael Joshua Saul
2026-03-08 14:15:14 -06:00
committed by GitHub
parent 40f071ded2
commit 1aa94aac20

View File

@@ -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;
}