elemes/config/sinau-c-tail.json

26 lines
424 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://elemes-frontend:3000"
},
"/assets/": {
"Proxy": "http://elemes:5000/assets/"
},
"/velxio/": {
"Proxy": "http://velxio:80/"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}