Point /data to reva frontend

This commit is contained in:
Benedikt Kulmann
2020-06-12 09:19:41 +02:00
parent e5e9192775
commit 6fe8392aa4
2 changed files with 18 additions and 0 deletions

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}