Proper tailscale serve config

This commit is contained in:
2024-08-01 14:06:29 +01:00
parent b8fd469d0a
commit 77a9fc2f2b

View File

@@ -8,7 +8,7 @@
"${TS_CERT_DOMAIN}:443": { "${TS_CERT_DOMAIN}:443": {
"Handlers": { "Handlers": {
"/": { "/": {
"Proxy": "http://kuma:3001" "Proxy": "http://audiobookshelf:13378"
} }
} }
} }