Просмотр исходного кода

Update nginx to newest version.

Raphael Schneeberger 7 лет назад
Родитель
Сommit
fa7ae18563
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/hst_autocompile.sh

+ 2 - 2
src/hst_autocompile.sh

@@ -9,7 +9,7 @@ GIT_REP='https://raw.githubusercontent.com/hestiacp/hestiacp/master/src/deb'
 
 # Set Version for compiling
 HESTIA_V='0.9.8-24_amd64'
-NGINX_V='1.15.6'
+NGINX_V='1.15.7'
 OPENSSL_V='1.1.1'
 PCRE_V='8.42'
 ZLIB_V='1.2.11'
@@ -292,4 +292,4 @@ if [ "$HESTIA_B" = true ] ; then
   # clear up the source folder
   rm -r hestia_$HESTIA_V
   rm -r hestiacp-master
-fi
+fi