prettified

This commit is contained in:
vorotamoroz
2026-06-23 09:36:40 +01:00
parent 431a845f18
commit 7298aca2e9
+15 -15
View File
@@ -1,19 +1,19 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:5984"
"TCP": {
"443": {
"HTTPS": true
}
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:5984"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}