From 05794bbae61ff3f8847621d44f54ff4e5aeefea6 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 24 Jan 2019 13:10:46 +0100 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 fad8748..6b2d4d1 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -26,6 +26,8 @@ if [ $brotlinginx = 1 ]; then dpkg -i nginx_latest~bionic_amd64.deb dpkg -i nginx-dbg_latest~bionic_amd64.deb wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/nginx-brotli.conf -O /etc/nginx/nginx.conf + mkdir /etc/nginx/sites-available /etc/nginx/sites-enabled /etc/nginx/snippets /etc/nginx/modules-available /etc/nginx/modules-enabled + else apt install -y nginx wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/nginx-default.conf -O /etc/nginx/nginx.conf