2024-02-19 21:13:12 -05:00
|
|
|
# `nginx-cn`
|
|
|
|
|
2024-03-23 03:20:55 -04:00
|
|
|
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
|
2024-03-23 03:37:44 -04:00
|
|
|
# ... (copy the base config from conf/ into /opt/nginx/etc/nginx and adjust/add to suit your configuration)
|
2024-03-23 03:20:55 -04:00
|
|
|
# profit?
|
|
|
|
```
|