manual init 2

This commit is contained in:
peskyadmin 2025-06-04 20:08:42 -05:00
parent b9e0df7599
commit f41702661a

View File

@ -2,18 +2,25 @@
"TCP": {
"443": {
"HTTPS": true
},
"8443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3000"
}
"Proxy": "http://nextcloud-aio-apache:11000"
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": false
"${TS_CERT_DOMAIN}:8443": {
"Handlers": {
"/": {
"Proxy": "https+insecure://nextcloud-aio-mastercontainer:8080"
}
}
}
}
}