prettified

This commit is contained in:
vorotamoroz 2026-06-23 09:36:40 +01:00
parent 431a845f18
commit 7298aca2e9
No known key found for this signature in database
GPG key ID: A51445513C5FCC34

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
}
}