1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-10-26 00:25:18 +03:00
openuds-gui/proxy.conf.json
Adolfo Gómez García 4522ac3fdc done basic error page
2018-09-14 05:49:55 +02:00

23 lines
372 B
JSON

{
"/uds": {
"target": {
"host": "172.27.0.1",
"protocol": "http:",
"port": 8000
},
"secure": false,
"changeOrigin": true,
"logLevel": "info"
},
"/i18n": {
"target": {
"host": "172.27.0.1",
"protocol": "http:",
"port": 8000
},
"secure": false,
"changeOrigin": true,
"logLevel": "info"
}
}