ビルドに必要なもの
apt install -y build-essential libpcre3 libpcre3-dev
ビルド
オプション類は以下から必要なものを指定する
https://gakumon.tech/nginx/nginx_install_option.html
git clone https://github.com/nginx/nginx
cd nginx
./auto/configure --without-http_gzip_module --with-stream
make && make install
シンボリックリンク作成
ln -s /usr/local/nginx/sbin/nginx /usr/local/sbin/nginx
ln -s /usr/local/nginx/conf/nginx.conf /etc/nginx/nginx.conf