jin5011 发表于 2018-11-14 09:35:47

CentOS7添加Nginx为系统服务

# systemctl reload nginx  
# ss -tln
  
State      Recv-Q Send-Q Local Address:Port               Peer Address:Port
  
LISTEN   0      128   *:80                  *:*
  
LISTEN   0      128   *:22                  *:*
  
LISTEN   0      100    127.0.0.1:25                  *:*
  
LISTEN   0      128    :::22               :::*
  
LISTEN   0      100       ::1:25               :::*


页: [1]
查看完整版本: CentOS7添加Nginx为系统服务