Our customized NGINX build
Find a file
2024-11-11 11:17:49 -05:00
conf install + build fixes 2024-03-25 05:47:42 -04:00
sources bump resty, add modules, bump nginx 2024-11-11 11:17:49 -05:00
.gitignore Completely revamp installation script 2024-09-16 00:51:47 -04:00
.gitmodules bump resty, add modules, bump nginx 2024-11-11 11:17:49 -05:00
build bump resty, add modules, bump nginx 2024-11-11 11:17:49 -05:00
config Completely revamp installation script 2024-09-16 00:51:47 -04:00
install Completely revamp installation script 2024-09-16 00:51:47 -04:00
README.md Completely revamp installation script 2024-09-16 00:51:47 -04:00

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?