Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2025-05-03 10:18:41 +02:00 committed by GitHub
parent c089780244
commit f8056ec833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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