标签:
查看IP命令: ip addr show
http://ju.outofmemory.cn/entry/46060
http://stackoverflow.com/questions/5009324/node-js-nginx-and-now
下载:
#wget http://nginx.org/download/nginx-1.6.3.tar.gz
解压与安装:
# tar -zvf nginx-1.6.3.tar.gz
# cd nginx-1.6.3
# ./configure
# make
# make install
启动
# nginx
停止
# kill -s QUIT <PID>
注: PID 指 nginx 的master进程号
查看使用端口: # ps aux | grep nginx
CentOS 7: ifconfig command not found
http://my.oschina.net/u/1428349/blog/288708
标签:
原文地址:http://www.cnblogs.com/swlin/p/4354844.html