Skip to content

Instantly share code, notes, and snippets.

View Cronvs's full-sized avatar
👁️
Supermassively Black

Xavante Cronvs

👁️
Supermassively Black
View GitHub Profile
@nshtg
nshtg / nginx_libressl.sh
Last active February 6, 2025 02:17
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