bfile/conf/caddy/Caddyfile

11 lines
233 B
Caddyfile
Raw Permalink Normal View History

2023-09-30 11:26:47 +02:00
:80 {
reverse_proxy http://filed
2023-10-10 13:56:28 +02:00
handle /qr/* {
uri * strip_prefix /qr
reverse_proxy http://qr
}
handle /resource/* {
uri * strip_prefix /resource
reverse_proxy http://resourced
}
2023-09-30 11:26:47 +02:00
}