Working kuma

This commit is contained in:
2024-04-09 20:17:32 +00:00
parent 72c5e78517
commit ad2240cd9d
3 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://kuma:3001"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": false
}
}