Skip to content

Instantly share code, notes, and snippets.

View zzmmzz777's full-sized avatar

changelog zzmmzz777

View GitHub Profile
@zzmmzz777
zzmmzz777 / install_openresty.sh
Last active February 23, 2019 06:59
Openresty + http2 + nginx_http_concat on Ubuntu 14.04
#!/bin/bash
set -ex
OPENRESTY=openresty-1.13.6.2
ROOT=/work/"$OPENRESTY"
OPENSSL=openssl-1.0.2j
NGINX_HTTP_CONCAT=nginx-http-concat