Files
rfd-fyi/Caddyfile
2026-01-02 20:57:30 -05:00

9 lines
88 B
Caddyfile

{
auto_https off
}
:80 {
file_server
reverse_proxy /api/* localhost:8080
}