From ed9f4963b057876f3c9bca15fed3cdd763311073 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 24 Jan 2019 13:30:26 +0100 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index 6b2d4d1..a91ed7a 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -26,7 +26,7 @@ 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 + mkdir /etc/nginx/sites-available /etc/nginx/sites-enabled /etc/nginx/snippets /etc/nginx/modules-available /etc/nginx/modules-enabled /etc/nginx/snippets/ else apt install -y nginx