Files
infrastructure/home-server/notes/ts-serve-config.json
2025-05-27 20:56:03 -06:00

16 lines
206 B
JSON

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