]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / proxy.conf.json.sample
1 {
2 "/api/": {
3 "target": "https://localhost:8443",
4 "secure": false,
5 "logLevel": "debug"
6 },
7 "/ui-api/": {
8 "target": "https://localhost:8443",
9 "secure": false,
10 "logLevel": "debug"
11 },
12 "/docs/": {
13 "target": "https://localhost:8443",
14 "secure": false,
15 "logLevel": "debug"
16 }
17 }