From 7763d873db81f545e5834095089c0462d9bbf46d Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 11 Apr 2019 09:47:18 +0200 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 2 ++ 1 file changed, 2 insertions(+) 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