From f8056ec833138369c0a1ae02450388237bfd3cb7 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 3 May 2025 10:18:41 +0200 Subject: [PATCH] Update UPDATE.sh --- version/1.2.7/UPDATE.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/version/1.2.7/UPDATE.sh b/version/1.2.7/UPDATE.sh index 8b137891..ffd096a8 100644 --- a/version/1.2.7/UPDATE.sh +++ b/version/1.2.7/UPDATE.sh @@ -1 +1,17 @@ +#!/bin/bash + +echo "" +echo "📥 Updating HTML templates for domains.." + +wget -O /etc/openpanel/nginx/default_page.html https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/nginx/default_page.html +wget -O /etc/openpanel/nginx/suspended_user.html https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/nginx/suspended_user.html +wget -O /etc/openpanel/nginx/suspended_website.html https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/nginx/suspended_website.html + + +echo "" +echo "📥 Updating VirtualHost templates for domains.." + +wget -O /etc/openpanel/nginx/vhosts/1.1/docker_nginx_domain.conf https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/nginx/vhosts/1.1/docker_nginx_domain.conf +wget -O /etc/openpanel/nginx/vhosts/1.1/docker_openresty_domain.conf https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/nginx/vhosts/1.1/docker_openresty_domain.conf +wget -O /etc/openpanel/nginx/vhosts/1.1/docker_apache_domain.conf https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/nginx/vhosts/1.1/docker_apache_domain.conf