Skip to content

Instantly share code, notes, and snippets.

View ProKn1fe's full-sized avatar
🚩
Together we are power!

Zuev Aleksandr ProKn1fe

🚩
Together we are power!
View GitHub Profile
@ProKn1fe
ProKn1fe / build.sh
Created March 9, 2023 21:13
Build brotli module for nginx
#!/bin/bash
NGINX_SRC=https://nginx.org/packages/mainline/ubuntu/pool/nginx/n/nginx/nginx_1.23.3.orig.tar.gz
BROTLI_GIT=https://github.com/google/ngx_brotli.git
rm *.tar.gz
rm -R nginx
wget $NGINX_SRC
tar xf *.tar.gz