elemes/config/lms-tail.json

35 lines
710 B
JSON
Raw Normal View History

2026-01-06 21:38:54 +07:00
{
"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/"
2026-04-09 10:51:36 +07:00
},
"/velxio/api/compile/": {
"Proxy": "http://127.0.0.1:5000/velxio-compile/"
},
"/velxio/api/compile": {
"Proxy": "http://127.0.0.1:5000/velxio-compile"
},
2026-04-09 10:51:36 +07:00
"/velxio/": {
"Proxy": "http://127.0.0.1:80/"
2026-05-01 09:09:45 +07:00
},
"/flowchart/": {
"Proxy": "http://127.0.0.1:8081/"
2026-01-06 21:38:54 +07:00
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}