@Nikita If you're using automation to install and configure nginx, then you should already be using policy-rc.d to disable the service start when you install it with apt. Then nginx shouldn't fail to start because it doesn't attempt to start. You can then configure nginx and start it manually.
For example, with ansible, you can use policy_rc_d=101 when calling the apt module. In my opinion automation tooling that doesn't do this by default is buggy. That's unfortunately all of them. But they can generally be arranged to do it properly in configuration. Does this work for you? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1743592 Title: NGINX fails to start/install/upgrade if IPv6 is completely disabled. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1743592/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
