Files
infrastructure/hosts/pd05wd/stable-diffusion/serve.json
2025-01-26 20:44:24 -06:00

17 lines
208 B
JSON

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