This isn't a bug this is because you have two sites configured with the `listen 80 default_server;` line defined.
You can only have `default_server` defined once. You need to go through your individual sites listed in `/etc/nginx/sites-enabled/` and `/etc/nginx/nginx.conf` and `/etc/nginx/conf.d/` that you have configured and find the two `default_server` lines that you've configured, and pick *one* of them to be the default server. Then remove `default_server` from the other one. (End-user configuration problems like this one are not package bugs, marking it as Invalid) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1769285 Title: package nginx-full 1.14.0-0ubuntu1 failed to install/upgrade: installed nginx-full package post-installation script subprocess returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1769285/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
