Skip to content

Instantly share code, notes, and snippets.

View Rmlyy's full-sized avatar
👋

Rmly Rmlyy

👋
View GitHub Profile
@nshtg
nshtg / nginx_libressl.sh
Last active April 1, 2024 16:47
Build nginx statically against modern OpenSSL/LibreSSL
#!/usr/bin/env bash
set -e
# names of latest versions of each package
export NGINX_VERSION=1.13.5
export VERSION_ZLIB=zlib-1.2.11
export VERSION_PCRE=pcre-8.41
export VERSION_LIBRESSL=libressl-2.6.1
export VERSION_NGINX=nginx-$NGINX_VERSION