-
Notifications
You must be signed in to change notification settings - Fork 0
Deploy the services and backends
Uplusware edited this page Jun 20, 2017
·
2 revisions
- Open
/etc/bluewhale/services.xml - Add service:
- eg.:
<service ip="" port="6080" ssl="false" protocol="HTTP" /> - Need to restart the server.
sudo /etc/init.d/bwgated restart
- Open
/etc/bluewhale/backends.xml - Add backend:
- eg.:
<backend ip="127.0.0.1" port="5080" ssl="false" protocol="HTTP" gate=":6080" weight="1" /> - Reload the configuration.
sudo /etc/init.d/bwgated reload
