1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 08:55:23 +03:00
openuds-gui/proxy.conf.json

33 lines
648 B
JSON
Raw Normal View History

2018-05-09 00:34:18 +03:00
{
2018-05-17 12:11:16 +03:00
"/js": {
2018-05-09 00:34:18 +03:00
"target": {
"host": "172.27.0.1",
"protocol": "http:",
"port": 8000
},
"secure": false,
"changeOrigin": true,
"logLevel": "info"
},
"/info": {
"target": {
"host": "172.27.0.1",
"protocol": "http:",
"port": 8000
},
"secure": false,
"changeOrigin": true,
"logLevel": "info"
2018-05-14 13:06:22 +03:00
},
2018-05-18 10:50:30 +03:00
"/log.*": {
2018-05-14 13:06:22 +03:00
"target": {
"host": "172.27.0.1",
"protocol": "http:",
"port": 8000
},
"secure": false,
"changeOrigin": true,
"logLevel": "info"
}
2018-05-09 00:34:18 +03:00
}