diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index b6e8802..42c7b4f 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -26,6 +26,7 @@ if [ $brotlinginx = 1 ]; then wget https://git.ictmaatwerk.com/deb/nginx-brotli/nginx-dbg_latest~bionic_amd64.deb dpkg -i nginx_latest~bionic_amd64.deb dpkg -i nginx-dbg_latest~bionic_amd64.deb + source /root/data-user_setup.sh # Creating extra files and directories wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/nginx-brotli.conf -O /etc/nginx/nginx.conf @@ -42,6 +43,7 @@ if [ $brotlinginx = 1 ]; then else #installing nginx from apt apt install -y nginx + source /root/data-user_setup.sh wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/nginx-default.conf -O /etc/nginx/nginx.conf fi mkdir -p /etc/nginx