docker-samples/xen_orchestra_tailscale/ts-serve.json
2024-11-12 10:30:51 -07:00

16 lines
No EOL
269 B
JSON

{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://server:80"
}
}
}
}
}