ubuntu 安裝nginx tcp負載

https://www.cnblogs.com/EasonJim/p/7806879.html
./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_gzip_static_module --with-http_realip_module --with-stream

make

make install ;

sudo /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章