mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-01-09 03:14:06 +00:00
9 lines
88 B
Caddyfile
9 lines
88 B
Caddyfile
{
|
|
auto_https off
|
|
}
|
|
|
|
:80 {
|
|
file_server
|
|
reverse_proxy /api/* localhost:8080
|
|
}
|