Make Rados Gateway (civetweb) bind on a specific IP

Quick tip on how to configure Rados Gateway to listen on a specific IP address when configured to use Civetweb.

Assuming your IP is 192.168.0.1. Append the following in your [client.rgw.<name>] section:

rgw_frontends = civetweb port=192.168.0.1:8080

Comments