tried reverse proxying with nginx to get around cross domain security problemen with basex, not working

This commit is contained in:
2019-07-23 17:07:19 +02:00
parent c27037ff16
commit 77c68f4dd5
6 changed files with 97 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Proxy</title>
</head>
<body>
<ul>
<li><a href="/api">api</a></li>
<li><a href="/client">client</a></li>
</ul>
</body>
</html>