elemes/config/lms-tail.json

35 lines
710 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3000"
},
"/assets/": {
"Proxy": "http://127.0.0.1:5000/assets/"
},
"/velxio/api/compile/": {
"Proxy": "http://127.0.0.1:5000/velxio-compile/"
},
"/velxio/api/compile": {
"Proxy": "http://127.0.0.1:5000/velxio-compile"
},
"/velxio/": {
"Proxy": "http://127.0.0.1:80/"
},
"/flowchart/": {
"Proxy": "http://127.0.0.1:8081/"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}