elemes/config/sinau-c-tail.json

23 lines
352 B
JSON

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