Skip to content

Instantly share code, notes, and snippets.

View tkhoa2711's full-sized avatar

Khoa Le tkhoa2711

View GitHub Profile
@tkhoa2711
tkhoa2711 / build_nginx.sh
Created June 20, 2018 23:29 — forked from Yinchie/build-nginx.sh
Compiling NGiNX with LibreSSL, Brotli, more_headers - Ubuntu 16.04 x64
#!/usr/bin/env bash
# Latest versions of each package.
export NGINX_VERSION=1.11.12
export VERSION_NGINX=nginx-$NGINX_VERSION
export VERSION_PCRE=pcre-8.40
export VERSION_ZLIB=zlib-1.2.11
export VERSION_OPENSSL=openssl-1.1.0e
#export VERSION_LIBRESSL=libressl-2.5.1
export HMORE_VERSION=0.32