<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <pre style="margin: 1.5em 0px; padding: 0px; border: 0px; outline: 0px; font-weight: 400; font-style: normal; font-size: 13px; font-family: monospace; vertical-align: baseline; overflow: auto; white-space: pre; color: black; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">Package: nginx-common

Version: 1.18.0-6ubuntu14.2


This is for ubuntu 22.04.   
The default site file contains :
        listen 80 default_server;
        listen [::]:80 default_server;

This is an error and causes the entire nginx install to fail.

Commenting out one of listen lines corrects the issue.
</pre>
    <p></p>
  </body>
</html>