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

23 lines
372 B
JSON
Raw Permalink Normal View History

2018-05-09 00:34:18 +03:00
{
2018-09-12 10:41:21 +03:00
"/uds": {
2018-08-21 14:27:10 +03:00
"target": {
"host": "172.27.0.1",
"protocol": "http:",
"port": 8000
},
"secure": false,
"changeOrigin": true,
"logLevel": "info"
2018-09-14 06:49:55 +03:00
},
"/i18n": {
"target": {
"host": "172.27.0.1",
"protocol": "http:",
"port": 8000
},
"secure": false,
"changeOrigin": true,
"logLevel": "info"
2018-08-21 14:27:10 +03:00
}
}