Our customized NGINX build
conf | ||
sources | ||
.gitignore | ||
.gitmodules | ||
build | ||
config | ||
install | ||
README.md |
nginx-cn
Our build of NGINX used on computernewb
Essentially, this is OpenResty core (and a few Lua modules we actually use), and several other useful modules.
Build/installaction instructions
$ git clone --recursive https://git.computernewb.com/nginx-cn
$ cd nginx-cn
$ ./build
# sudo ./install
# ... (adjust the configuration base to suit your needs)
# profit?