Bindings
Bindings in the configuration define which IP addresses and ports the server listens on for new connections.
The most common are port 80 for HTTP and port 443 for HTTPS, but others may be relevant. Port 8000 is reserved for the Gruxi admin portal.
Listening on all interfaces
Gruxi will listen on all available network interfaces by default. This means it will accept connections on any IP address assigned to the server.
This is the case when IP 0.0.0.0 is used.
If you have multiple network interfaces, you can bind to a specific one by using its IP address.