Commit 7450625c by Tuomas Riihimäki

Fix angular proxy configuration

localproxy.test.moya.fi has a special config, which will override calling host in nginx to localhost:4200
1 parent 492d230f
Showing with 4 additions and 3 deletions
{ {
"/MoyaWeb": { "/MoyaWeb": {
"target": "https://ng.test.moya.fi", "target": "https://localproxy.test.moya.fi",
"secure": true, "secure": true,
"headers": {"host":"ng.test.moya.fi" } "headers": {"host":"localproxy.test.moya.fi" }
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!