0

what is this mean in nginx server?

server{
    listen 80;
    listen [::]:80;

    server_name _;

    location / {

    }
}

is this mean nginx listen 80 from every server?

please let me know

  • 1
    [From Server Names documentation](http://nginx.org/en/docs/http/server_names.html#miscellaneous_names): There is nothing special about this name, it is just one of a myriad of invalid domain names which never intersect with any real name. – Richard Smith Jan 06 '23 at 08:05

0 Answers0