update proxy rules
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -261,7 +261,7 @@ func defaultPolicies() []config.Policy {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Type: config.RegexRoute,
|
Type: config.RegexRoute,
|
||||||
Endpoint: "/ocs/v[12].php/cloud/user", // we have `user` and `users` in ocis-ocs
|
Endpoint: "/ocs/v[12].php/cloud/(users?|groups)", // we have `user`, `users` and `groups` in ocis-ocs
|
||||||
Backend: "http://localhost:9110",
|
Backend: "http://localhost:9110",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user