i
root@demo:~# nginx -T | grep listen
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
# listen localhost:110;
# listen localhost:143;
listen 1.1.1.24:80;
listen 1.1.1.1:443 ssl default_server; # managed by Certbot