diff --git a/installer/data/elkbase.tgz b/installer/data/elkbase.tgz index 3ca38f40..a7dbd21e 100644 Binary files a/installer/data/elkbase.tgz and b/installer/data/elkbase.tgz differ diff --git a/installer/install.sh b/installer/install.sh index 4d0a083f..87ad9d38 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -46,7 +46,6 @@ fuECHO "### Removing NGINX default website." rm /etc/nginx/sites-enabled/default rm /etc/nginx/sites-available/default rm /usr/share/nginx/html/index.html -nginx -s reload # Let's wait a few seconds to avoid interference with service messages fuECHO "### Waiting a few seconds to avoid interference with service messages." @@ -136,6 +135,7 @@ while [ "$myPASS1" != "$myPASS2" ] fi done htpasswd -b -c /etc/nginx/nginxpasswd $myUSER $myPASS1 +fuECHO # Let's generate a SSL certificate fuECHO "### Generating a self-signed-certificate for NGINX." @@ -143,7 +143,6 @@ fuECHO "### If you are unsure you can use the default values." mkdir -p /etc/nginx/ssl openssl req -nodes -x509 -sha512 -newkey rsa:8192 -keyout "/etc/nginx/ssl/nginx.key" -out "/etc/nginx/ssl/nginx.crt" -days 3650 - # Let's setup the proxy for env if [ -f $myPROXYFILEPATH ]; then fuECHO "### Setting up the proxy."