docker
: Add caddy configuration for apub_inbox
This commit is contained in:
parent
59162c8c13
commit
0ee664f6d0
1 changed files with 18 additions and 0 deletions
|
@ -13,4 +13,22 @@
|
|||
health_uri "/.healthcheck"
|
||||
health_status "204"
|
||||
}
|
||||
|
||||
@inbox {
|
||||
path "/inbox"
|
||||
}
|
||||
|
||||
reverse_proxy @inbox {
|
||||
to "http://inbox"
|
||||
|
||||
health_uri "/.healthcheck"
|
||||
health_status "204"
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
admin {
|
||||
origins "127.0.0.1"
|
||||
enforce_origin
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue