Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Codecrew / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 30
  • Merge Requests 2
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • code
  • moya-angular
  • test-moya-proxy.conf.json
  • Tuomas Riihimäki's avatar
    Fix angular proxy configuration · 7450625c
    localproxy.test.moya.fi has a special config, which will override calling host in nginx to localhost:4200
    Tuomas Riihimäki committed Sep 23, 2018
    7450625c Browse Files
test-moya-proxy.conf.json 145 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8
{
  "/MoyaWeb": {
    "target": "https://localproxy.test.moya.fi",
    "secure": true,
    "headers": {"host":"localproxy.test.moya.fi" } 
 }

}