fix: preserve hermes dashboard host guard
Deploy Caddyfile to valhalla / deploy (push) Successful in 1m10s
Deploy Caddyfile to valhalla / deploy (push) Successful in 1m10s
This commit is contained in:
@@ -367,11 +367,15 @@ hermes.ginnoir.com {
|
||||
route {
|
||||
import authentik_outpost
|
||||
handle /api/* {
|
||||
reverse_proxy 172.20.0.1:9119
|
||||
reverse_proxy 172.20.0.1:9119 {
|
||||
header_up Host 172.20.0.1:9119
|
||||
}
|
||||
}
|
||||
handle {
|
||||
import authentik_forward_auth
|
||||
reverse_proxy 172.20.0.1:9119
|
||||
reverse_proxy 172.20.0.1:9119 {
|
||||
header_up Host 172.20.0.1:9119
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user