change ports

This commit is contained in:
2025-01-15 23:08:19 -06:00
parent f17668a9ff
commit bfa9ab29a2
2 changed files with 9 additions and 7 deletions

View File

@@ -7,8 +7,11 @@
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"/dashboard/": {
"Proxy": "http://127.0.0.1:8080"
},
"/metrics": {
"Proxy": "http://127.0.0.1:8082"
}
}
}