added config in the path for ts config

This commit is contained in:
2024-04-30 05:48:10 +00:00
parent 3f4d7852c0
commit 910ec48858

View File

@@ -0,0 +1,20 @@
{
"TCP": {
"443": {
"HTTPS": true
}
},
"Web": {
"${TS_CERT_DOMAIN}:443": {
"Handlers": {
"/": {
"Proxy": "http://photoprism-front:2342"
}
}
}
},
"AllowFunnel": {
"${TS_CERT_DOMAIN}:443": true
}
}