Our customized NGINX build
Go to file
2024-09-16 00:19:46 -04:00
conf install + build fixes 2024-03-25 05:47:42 -04:00
sources add resty websocket module 2024-09-16 00:19:46 -04:00
.gitmodules add resty websocket module 2024-09-16 00:19:46 -04:00
build add resty websocket module 2024-09-16 00:19:46 -04:00
install install + build fixes 2024-03-25 05:47:42 -04:00
README.md Add basic configuration extracted from our running config 2024-03-23 03:58:50 -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 conf/ into /opt/nginx/etc/nginx and adjust/add to suit your configuration)
# profit?