]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / proxy.conf.json.sample
CommitLineData
11fdf7f2
TL
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"
20effc67
TL
11 },
12 "/docs/": {
13 "target": "https://localhost:8443",
14 "secure": false,
15 "logLevel": "debug"
11fdf7f2
TL
16 }
17}