启动nginx
[root@h102 logs]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
[root@h102 logs]#
两种方法查看进程号
[root@h102 logs]# ps fuax | grep nginx
root 11761 0.0 0.0 103256 824 pts/0 S+ 15:23 0:00 \_ grep nginx
root 11756 0.0 0.0 24316 676 ? Ss 15:23 0:00 nginx: master process /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
nobody 11757 0.0 0.0 24728 1244 ? S 15:23 0:00 \_ nginx: worker process
[root@h102 logs]# cat /usr/local/nginx/logs/nginx.pid
11756
[root@h102 logs]#
此刻就可以使用浏览器进行访问了
Note: 本地要打开防火墙 -A INPUT -p tcp -m state –state NEW -m tcp –dport 80 -j ACCEPThttp://soft.dog/2015/10/09/nginx-basic/
本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。
本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。