Disabling ipv6 on a baremetal production server

If you disable ipv6 via GRUB, you will receive nginx errors during test and the services won’t start.
When you sudo supervisor stop all and bench start you will see that the system is a development server.
When you happen to have this, disable the ipv6 disabling code in /etc/default/grub and sudo update-grub and reboot.
You’re good to go.

3 Likes