From 8249209e1f112ac34c2cbba255bbdeb2b37ebadc Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 9 Nov 2021 12:49:39 +0100 Subject: [PATCH] redirect from login --- .../oc10_ocis_parallel/config/ocis/proxy-config.dist.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deployments/examples/oc10_ocis_parallel/config/ocis/proxy-config.dist.json b/deployments/examples/oc10_ocis_parallel/config/ocis/proxy-config.dist.json index 23269f432..ce44aa43f 100644 --- a/deployments/examples/oc10_ocis_parallel/config/ocis/proxy-config.dist.json +++ b/deployments/examples/oc10_ocis_parallel/config/ocis/proxy-config.dist.json @@ -54,6 +54,14 @@ "endpoint": "/index.php/", "backend": "http://localhost:9140" }, + { + "endpoint": "/index.php/login", + "backend": "http://localhost:9100" + }, + { + "endpoint": "/login", + "backend": "http://localhost:9100" + }, { "endpoint": "/data", "backend": "http://localhost:9140"