Skip to content

Commit

Permalink
update nginx 1.9.12 default switch back to openssl
Browse files Browse the repository at this point in the history
nginx 1.9.12 no longer compiles successfully against libressl so need to switch back to openssl until a solution is found https://community.centminmod.com/posts/27258/
  • Loading branch information
centminmod committed Feb 24, 2016
1 parent 68c2a57 commit fff8e91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions centmin.sh
Expand Up @@ -438,7 +438,7 @@ MYSQL_INSTALL='n' # Install official Oracle MySQL Server (MariaDB alt
SENDMAIL_INSTALL='n' # Install Sendmail (and mailx) set to y and POSTFIX_INSTALL=n for sendmail
POSTFIX_INSTALL=y # Install Postfix (and mailx) set to n and SENDMAIL_INSTALL=y for sendmail
# Nginx
NGINX_VERSION='1.9.11' # Use this version of Nginx
NGINX_VERSION='1.9.12' # Use this version of Nginx
NGINX_VHOSTSSL='y' # enable centmin.sh menu 2 prompt to create self signed SSL vhost 2nd vhost conf
NGINXBACKUP='y'
NGINXDIR='/usr/local/nginx'
Expand All @@ -453,7 +453,7 @@ OPENSSL_VERSION='1.0.2f' # Use this version of OpenSSL http://openssl.org/
CLOUDFLARE_PATCHSSL='n' # set 'y' to implement Cloudflare's chacha20 patch https://github.com/cloudflare/sslconfig

# LibreSSL
LIBRESSL_SWITCH='y' # if set to 'y' it overrides OpenSSL as the default static compiled option for Nginx server
LIBRESSL_SWITCH='n' # if set to 'y' it overrides OpenSSL as the default static compiled option for Nginx server
LIBRESSL_VERSION='2.2.6' # Use this version of LibreSSL http://www.libressl.org/
##################################

Expand Down
4 changes: 2 additions & 2 deletions example/custom_config.inc
Expand Up @@ -38,7 +38,7 @@ HP_UPDATEMAINTENANCE='n'
ARIADB_UPDATEMAINTENANCE='n'

# Nginx
NGINX_VERSION='1.9.11' # Use this version of Nginx
NGINX_VERSION='1.9.12' # Use this version of Nginx
NGINX_VHOSTSSL='y' # enable centmin.sh menu 2 prompt to create self signed SSL vhost 2nd vhost conf
NGINXBACKUP='y'
NGINX_IPV='n' #NGINX IPV6 compile support for unattended mode only
Expand Down Expand Up @@ -157,7 +157,7 @@ OPENSSL_VERSION='1.0.2f' # Use this version of OpenSSL http://openssl.org/
CLOUDFLARE_PATCHSSL='n' # set 'y' to implement Cloudflare's chacha20 patch https://github.com/cloudflare/sslconfig

# LibreSSL
LIBRESSL_SWITCH='y' # if set to 'y' it overrides OpenSSL as the default static compiled option for Nginx server
LIBRESSL_SWITCH='n' # if set to 'y' it overrides OpenSSL as the default static compiled option for Nginx server
LIBRESSL_VERSION='2.2.6' # Use this version of LibreSSL http://www.libressl.org/
##################################

Expand Down

0 comments on commit fff8e91

Please sign in to comment.