1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2025-03-11 04:58:21 +03:00
openuds-gui/proxy.conf.json

23 lines
372 B
JSON
Raw Normal View History

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