From 6fe8392aa499e1fe9c39bd2d496fbec6d07bd1f8 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 12 Jun 2020 09:19:41 +0200 Subject: [PATCH] Point /data to reva frontend --- config/proxy-example-migration.json | 9 +++++++++ config/proxy-example.json | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/config/proxy-example-migration.json b/config/proxy-example-migration.json index efeb71bad2..42885cc6f0 100644 --- a/config/proxy-example-migration.json +++ b/config/proxy-example-migration.json @@ -58,6 +58,10 @@ { "endpoint": "/index.php/", "backend": "http://localhost:9140" + }, + { + "endpoint": "/data", + "backend": "http://localhost:9140" } ] }, @@ -107,6 +111,11 @@ { "endpoint": "/index.php/", "backend": "https://demo.owncloud.com" + }, + { + "endpoint": "/data", + "backend": "https://demo.owncloud.com", + "apache-vhost": true } ] } diff --git a/config/proxy-example.json b/config/proxy-example.json index 21e0a8c084..6878e670b9 100644 --- a/config/proxy-example.json +++ b/config/proxy-example.json @@ -54,6 +54,10 @@ { "endpoint": "/index.php/", "backend": "http://localhost:9140" + }, + { + "endpoint": "/data", + "backend": "http://localhost:9140" } ] }, @@ -103,6 +107,11 @@ { "endpoint": "/index.php/", "backend": "https://demo.owncloud.com" + }, + { + "endpoint": "/data", + "backend": "https://demo.owncloud.com", + "apache-vhost": true } ] }