Our customized NGINX build
Find a file
2024-03-23 03:20:55 -04:00
sources add openresty 2024-03-23 03:20:55 -04:00
.gitmodules add openresty 2024-03-23 03:20:55 -04:00
build add openresty 2024-03-23 03:20:55 -04:00
install add openresty 2024-03-23 03:20:55 -04:00
README.md add openresty 2024-03-23 03:20:55 -04:00

nginx-cn

Our build of NGINX we use. Precompiled with OpenResty core and several other useful modules.

Build/installaction instructions

$ git clone --recursive https://git.computernewb.com/nginx-cn
$ cd nginx-cn
$ ./build
# ./install
# ... (copy the base config from sources/nginx/conf into /opt/nginx/etc/nginx)
# profit?