Files

8 lines
111 B
Caddyfile
Raw Permalink Normal View History

2026-05-18 15:25:38 +02:00
localhost {
handle /uploads/* {
root * /srv
file_server
}
2026-05-18 15:25:38 +02:00
reverse_proxy app:3000
}