Add faas-snippet and switch tailnet

This commit is contained in:
Tobias Reisinger 2023-04-06 15:24:43 +02:00
parent 256646332f
commit a6f4d6fef9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 21 additions and 15 deletions
caddy/config

View file

@ -28,3 +28,10 @@
}
}
}
(faas) {
rewrite * /function/{args.0}{uri}
reverse_proxy https://faas.serguzim.me {
header_up Host {http.reverse_proxy.upstream.hostport}
}
}