Update caddy configs and authentik image
This commit is contained in:
parent
ac40d18f67
commit
1161296fcb
4 changed files with 4 additions and 5 deletions
caddy/config
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
|
||||
(faas) {
|
||||
rewrite * /function/{args.0}{uri}
|
||||
rewrite * /function/{args[0]}{uri}
|
||||
reverse_proxy https://faas.serguzim.me {
|
||||
header_up Host {http.reverse_proxy.upstream.hostport}
|
||||
}
|
||||
|
|
Reference in a new issue