nginx 静态页面访问

<pre name="code" class="sql">jrhwpt01:/root# netstat -nap | grep nginx
tcp        0      0 0.0.0.0:8001                0.0.0.0:*                   LISTEN      23886/nginx         
unix  3      [ ]         STREAM     CONNECTED     555259 23886/nginx         
unix  3      [ ]         STREAM     CONNECTED     555258 23886/nginx      
   
jrhwpt01:/root# http://20.6.44.206:8001/



                                    
原文地址:https://www.cnblogs.com/hzcya1995/p/13351681.html