2025-06-04 20:08:42 -05:00

26 lines
424 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
},
"8443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://nextcloud-aio-apache:11000"
}
}
},
"${TS_CERT_DOMAIN}:8443": {
"Handlers": {
"/": {
"Proxy": "https+insecure://nextcloud-aio-mastercontainer:8080"
}
}
}
}
}