Files
infrastructure/hosts/ps10rp/gitea/serve.json
2025-01-15 19:32:33 -06:00

17 lines
207 B
JSON

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