diff --git a/proxy.conf.json b/proxy.conf.json index 5633a806f..8846e34c2 100644 --- a/proxy.conf.json +++ b/proxy.conf.json @@ -1,17 +1,6 @@ { - "/ecm": { + "/alfresco": { "target": "http://0.0.0.0:8080", - "pathRewrite": { - "^/ecm": "" - }, - "secure": false, - "changeOrigin": true - }, - "/bpm": { - "target": "http://0.0.0.0:9999", - "pathRewrite": { - "^/bpm": "" - }, "secure": false, "changeOrigin": true } diff --git a/src/app.config.json b/src/app.config.json index 38f5a8381..908aabbb1 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -1,5 +1,5 @@ { - "ecmHost": "http://{hostname}:{port}/ecm", + "ecmHost": "http://{hostname}:{port}", "application": { "name": "Alfresco Example Content Application", "build": "1234"