Browse Source

Bump nginx version to 1.16.0

Raphael Schneeberger 7 years ago
parent
commit
66ac5bd117
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/deb/nginx/control
  2. 1 1
      src/hst_autocompile.sh

+ 1 - 1
src/deb/nginx/control

@@ -1,7 +1,7 @@
 Source: hestia-nginx
 Package: hestia-nginx
 Priority: optional
-Version: 1.15.10
+Version: 1.16.0
 Section: admin
 Maintainer: HestiaCP <[email protected]>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/hst_autocompile.sh

@@ -7,7 +7,7 @@ INSTALL_DIR='/usr/local/hestia'
 
 # Set Version for compiling
 HESTIA_V='0.9.8-29_amd64'
-NGINX_V='1.15.11'
+NGINX_V='1.16.0'
 OPENSSL_V='1.1.1b'
 PCRE_V='8.42'
 ZLIB_V='1.2.11'