Merge pull request #2741 from owncloud/redirect_from_login

[deployment examples] redirect oCIS users from oC10 login to oC Web
This commit is contained in:
Willy Kloucek
2021-11-10 13:24:16 +01:00
committed by GitHub
@@ -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"