Fix the bug of the redirect on nginx proxy.

Change-Id: Ie331f2b730ac7aae339ac1026f68ef61074607a2
This commit is contained in:
Fabio Verboso 2019-02-06 16:57:39 +01:00
parent 175653d8aa
commit 059c32f193
1 changed files with 1 additions and 0 deletions

View File

@ -737,6 +737,7 @@ class ConductorEndpoint(object):
cctx = self.wamp_agent_client.prepare(server=board.agent)
cctx.call(ctx, 'enable_webservice', board=dns,
https_port=https_port, http_port=http_port, zone=zone)
cctx.call(ctx, 'reload_proxy')
LOG.debug('Configure Web Proxy on Board %s with dns %s (email: %s) ',
board.uuid, dns, email)