# `nginx-cn` Our build of NGINX we use. Precompiled with OpenResty core and several other useful modules. # Build/installaction instructions ```bash $ 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? ```