Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View gornostay25's full-sized avatar
🇺🇦
Slava Ukraїni

Volodymyr Palamar gornostay25

🇺🇦
Slava Ukraїni
View GitHub Profile
@neilstuartcraig
neilstuartcraig / nginx-boringssl-build-script-debian.sh
Last active April 4, 2024 23:39
This builds NGINX from source with BoringSSL for Debian (alike?) systems with systemd (e.g. Debian Jessie)
#!/bin/bash
LATESTNGINX="1.11.10"
BUILDROOT="/tmp/boring-nginx"
# Pre-req
sudo apt-get update
sudo apt-get upgrade -y
# Install deps