Nextcloud
This commit is contained in:
commit
c0a8ce1320
2 changed files with 92 additions and 0 deletions
19
nextcloud/ts-serve.json
Normal file
19
nextcloud/ts-serve.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"TCP": {
|
||||
"443": {
|
||||
"HTTPS": true
|
||||
}
|
||||
},
|
||||
"Web": {
|
||||
"${TS_CERT_DOMAIN}:443": {
|
||||
"Handlers": {
|
||||
"/": {
|
||||
"Proxy": "http://nextcloud:80"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"AllowFunnel": {
|
||||
"${TS_CERT_DOMAIN}:443": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue