Nginx answer on all IPs

Is there a way to configure sites via Hestia so that they answer on all IPs?

Currently Hestia configures the command as:
listen x.x.x.x 80;

I’d like to be able to use:
listen 80;

I tried adding 0.0.0.0 as an ip to the system but that didn’t work on reboot as adding an ip forces it to assign it to an interface (via Hestia).