From 10d61f926ab7b312f7b55682e9bf63c981bbe5a9 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 24 Jan 2019 12:20:20 +0100 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index 8d664b5..fad8748 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -31,7 +31,7 @@ else wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/nginx-default.conf -O /etc/nginx/nginx.conf fi -apt install -y nginx mysql-server-5.7 +apt install -y mysql-server-5.7 # mysql_secure_installation automated mysqladmin -u root password "$password" mysql -u root -p"$password" -e "DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1')" @@ -74,7 +74,7 @@ server { gzip_comp_level 2; gzip_disable "msie6"; gzip_buffers 16 8k; - + location / { #try_files \$uri \$uri/ =404;