sfu/Caddyfile

15 lines
245 B
Caddyfile

http://localhost
route /api/v1/* {
uri strip_prefix /api/v1
reverse_proxy app
}
route /docs/* {
uri strip_prefix /docs
file_server {
root /usr/share/caddy/www/design
index index.html
browse true
}
}