Skip to content
Snippets Groups Projects
Commit 2d16883f authored by calvinosanc1's avatar calvinosanc1 Committed by Mark Beierl
Browse files

Changing access method of NBI in NG-UI charm for Charmed OSM


Change-Id: I6f9571d3dc219cc44b3c1c4f5ad9460b03eeb250
Signed-off-by: default avatarGuillermo Calvino <guillermo.calvino@canonical.com>
parent c110dca8
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ class OsmNgUiCharm(CharmBase):
)
default_site_config = re.sub(
"proxy_pass .*\n",
f"proxy_pass https://{self.nbi.host}:{self.nbi.port};\n",
f"proxy_pass http://{self.nbi.host}:{self.nbi.port};\n",
default_site_config,
)
container.push("/etc/nginx/sites-available/default", default_site_config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment