summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample')
-rw-r--r--src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample b/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample
new file mode 100644
index 000000000..ad2ef8069
--- /dev/null
+++ b/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample
@@ -0,0 +1,17 @@
+{
+ "/api/": {
+ "target": "https://localhost:8443",
+ "secure": false,
+ "logLevel": "debug"
+ },
+ "/ui-api/": {
+ "target": "https://localhost:8443",
+ "secure": false,
+ "logLevel": "debug"
+ },
+ "/docs/": {
+ "target": "https://localhost:8443",
+ "secure": false,
+ "logLevel": "debug"
+ }
+}