cnq 发表于 2018-11-10 12:24:02

Http和Nginx反代至Tomcat(LNMT、LAMT)

# nginx -t  
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
  
nginx: configuration file /etc/nginx/nginx.conf test is successful
  
# nginx
  
# ss -tnl
  
State       Recv-Q Send-Q                                    Local Address:Port                                                   Peer Address:Port
  
LISTEN      0      25                                                      *:514                                                               *:*
  
LISTEN      0      128                                                   *:80                                                                  *:*
  
LISTEN      0      128                                                   *:22                                                                  *:*
  
LISTEN      0      128                                             127.0.0.1:631                                                               *:*
  
LISTEN      0      100                                             127.0.0.1:25                                                                  *:*
  
LISTEN      0      128                                             127.0.0.1:6010                                                                *:*
  
LISTEN      0      25                                                   :::514                                                                :::*
  
LISTEN      0      1                                        ::ffff:127.0.0.1:8005                                                               :::*
  
LISTEN      0      100                                                    :::8009                                                               :::*
  
LISTEN      0      100                                                    :::8080                                                               :::*
  
LISTEN      0      128                                                    :::22                                                               :::*
  
LISTEN      0      128                                                   ::1:631                                                                :::*
  
LISTEN      0      100                                                   ::1:25                                                               :::*
  
LISTEN      0      128                                                   ::1:6010                                                               :::*


页: [1]
查看完整版本: Http和Nginx反代至Tomcat(LNMT、LAMT)