bfile/conf/caddy/Caddyfile

7 lines
126 B
Caddyfile
Raw 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
}
2023-09-30 11:26:47 +02:00
}