Skip to content

Instantly share code, notes, and snippets.

View chinkung's full-sized avatar

Chinnawat Wipawapat chinkung

View GitHub Profile
@chinkung
chinkung / Nginx_1.13_Mainline_Cent_6_7_Static_LibreSSL_2.4.5.sh
Last active May 12, 2017 09:23 — forked from kennwhite/Nginx_1.11_Mainline_Cent_6_7_Static_OpenSSL_1.1.sh
RPM build Nginx 1.13.0 with ALPN on CentOS 6/7 using static LibreSSL 2.5.4 (http/2 support in Chrome & ChaCha20-Poly1305 cipher suite)
# Based on CentOS7 fork of @smartmadsoft: https://gist.github.com/moneytoo/ab3f34e4fddc2110675952f8280f49c5
# "6" for CentOS6 or Amazon Linux, "7" for CentOS7
CENTVER="6"
$LIBRESSL="libressl-2.5.4"
NGINX="nginx-1.13.0-1"
yum clean all
# Install epel packages (required for GeoIP-devel)