From 83dfb87a39325ef486522b1412579282f79a4f0d Mon Sep 17 00:00:00 2001 From: devdatt Date: Tue, 17 Jun 2025 14:25:14 +0530 Subject: [PATCH] ready setup --- cdn_setup/setup.sh | 164 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 150 insertions(+), 14 deletions(-) diff --git a/cdn_setup/setup.sh b/cdn_setup/setup.sh index 986f177..9a09f49 100644 --- a/cdn_setup/setup.sh +++ b/cdn_setup/setup.sh @@ -1,22 +1,38 @@ - apt install nginx fail2ban -y; apt install php-fpm php-cli php-mysql php-zip php-gd php-mbstring php-curl php-xml php-pear php-bcmath -y - mkdir /etc/ssl/private; mkdir /var/www/account.urmic.org; mkdir /var/www/cdn.urmic.org; mkdir /var/www/stream.urmic.org; - cat >> /etc/fail2ban/jail.d/nginx.conf<> /etc/ssl/private/bundle.crt<> /etc/nginx/sites-available/account.urmic.org<