mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-03-03 17:46:35 +00:00
9 lines
94 B
Caddyfile
9 lines
94 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
:80 {
|
|
file_server
|
|
reverse_proxy /api/* rfd-fyi-backend:8080
|
|
}
|