nginx-cn/README.md
Lily Tsuru 35b09db127 Add basic configuration extracted from our running config
Cleaned of most stuff *from* our config, but a template is provided to help you get started.
2024-03-23 03:58:50 -04:00

372 B

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 conf/ into /opt/nginx/etc/nginx and adjust/add to suit your configuration)
# profit?