diff --git a/deployments/examples/cs3_users_ocis/config/ocis/proxy-config.json b/deployments/examples/cs3_users_ocis/config/ocis/proxy-config.json index b2132efa6..76285d79b 100644 --- a/deployments/examples/cs3_users_ocis/config/ocis/proxy-config.json +++ b/deployments/examples/cs3_users_ocis/config/ocis/proxy-config.json @@ -65,6 +65,10 @@ "endpoint": "/app/", "backend": "http://localhost:9140" }, + { + "endpoint": "/archiver", + "backend": "http://localhost:9140" + }, { "endpoint": "/data", "backend": "http://localhost:9140" @@ -88,4 +92,4 @@ ] } ] -} +} \ No newline at end of file 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..7820454ee 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 @@ -62,6 +62,14 @@ "endpoint": "/graph/", "backend": "http://localhost:9120" }, + { + "endpoint": "/app/", + "backend": "http://localhost:9140" + }, + { + "endpoint": "/archiver", + "backend": "http://localhost:9140" + }, { "endpoint": "/graph-explorer/", "backend": "http://localhost:9135" @@ -90,4 +98,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/deployments/examples/ocis_hello/config/ocis/proxy-config.json b/deployments/examples/ocis_hello/config/ocis/proxy-config.json index 8d597d192..fd1ea3631 100644 --- a/deployments/examples/ocis_hello/config/ocis/proxy-config.json +++ b/deployments/examples/ocis_hello/config/ocis/proxy-config.json @@ -65,6 +65,14 @@ "endpoint": "/data", "backend": "http://localhost:9140" }, + { + "endpoint": "/app/", + "backend": "http://localhost:9140" + }, + { + "endpoint": "/archiver", + "backend": "http://localhost:9140" + }, { "endpoint": "/graph/", "backend": "http://localhost:9120" @@ -100,4 +108,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/proxy/config/proxy-example-migration.json b/proxy/config/proxy-example-migration.json index 31af7c019..54e058326 100644 --- a/proxy/config/proxy-example-migration.json +++ b/proxy/config/proxy-example-migration.json @@ -80,6 +80,10 @@ "endpoint": "/app/", "backend": "http://localhost:9140" }, + { + "endpoint": "/archiver", + "backend": "http://localhost:9140" + }, { "endpoint": "/graph-explorer/", "backend": "http://localhost:9135" @@ -157,4 +161,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/proxy/config/proxy-example-regex.json b/proxy/config/proxy-example-regex.json index c9bd2e508..49f5d6674 100644 --- a/proxy/config/proxy-example-regex.json +++ b/proxy/config/proxy-example-regex.json @@ -114,6 +114,10 @@ "endpoint": "/app/", "backend": "http://localhost:9140" }, + { + "endpoint": "/archiver", + "backend": "http://localhost:9140" + }, { "endpoint": "/graph/", "backend": "http://localhost:9120" @@ -195,4 +199,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/proxy/config/proxy-example.json b/proxy/config/proxy-example.json index 78196f692..75f50065e 100644 --- a/proxy/config/proxy-example.json +++ b/proxy/config/proxy-example.json @@ -67,9 +67,13 @@ "backend": "http://localhost:9140" }, { - "endpoint": "/app/", - "backend": "http://localhost:9140" - }, + "endpoint": "/app/", + "backend": "http://localhost:9140" + }, + { + "endpoint": "/archiver", + "backend": "http://localhost:9140" + }, { "endpoint": "/graph/", "backend": "http://localhost:9120" @@ -97,4 +101,4 @@ ] } ] -} +} \ No newline at end of file