Update install/plane-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
40f071ded2
commit
1aa94aac20
@@ -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_ok "Created Services and MinIO Bucket"
|
||||||
|
|
||||||
msg_info "Configuring Nginx"
|
msg_info "Configuring Nginx"
|
||||||
cat <<'NGINXEOF' >/etc/nginx/sites-available/plane.conf
|
cat <<'EOF' >/etc/nginx/sites-available/plane.conf
|
||||||
upstream plane-api {
|
upstream plane-api {
|
||||||
server 127.0.0.1:8000;
|
server 127.0.0.1:8000;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user