2024-02-19 21:13:12 -05:00
|
|
|
# `nginx-cn`
|
|
|
|
|
2024-09-16 00:24:22 -04:00
|
|
|
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.
|
2024-03-23 03:20:55 -04:00
|
|
|
|
|
|
|
# Build/installaction instructions
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ git clone --recursive https://git.computernewb.com/nginx-cn
|
|
|
|
$ cd nginx-cn
|
|
|
|
$ ./build
|
2024-09-16 00:49:57 -04:00
|
|
|
# sudo ./install
|
|
|
|
# ... (adjust the configuration base to suit your needs)
|
2024-03-23 03:20:55 -04:00
|
|
|
# profit?
|
|
|
|
```
|