Bug#1021393: closed by Thomas Ward ()

2022-10-07 Thread Stuart Culligan
Ok I guess I should have been more clear. This is a debian package issue in that the debian package is linking the default site default -> /etc/nginx/sites-available/default Which contains 2 listen lines as I listed before listen 80 default_server; listen [::]:80 default_server; After digging

Bug#1021393: error in package nginx-common_1.18.0-6ubuntu14.2_all.deb for ubuntu 22.04 with default enabled site.

2022-10-07 Thread Stuart Culligan
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 i