Nextcloud AIO working
This commit is contained in:
19
nexcloud-aio/ts-nextcloud-aio/config/nextcloud-aio.json
Normal file
19
nexcloud-aio/ts-nextcloud-aio/config/nextcloud-aio.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"TCP": {
|
||||
"443": {
|
||||
"HTTPS": true
|
||||
}
|
||||
},
|
||||
"Web": {
|
||||
"${TS_CERT_DOMAIN}:443": {
|
||||
"Handlers": {
|
||||
"/": {
|
||||
"Proxy": "https+insecure://nextcloud-aio-mastercontainer:8080"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowFunnel": {
|
||||
"${TS_CERT_DOMAIN}:443": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user