mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 06:53:40 +00:00
9 lines
136 B
Caddyfile
9 lines
136 B
Caddyfile
rfd.davegallant.ca {
|
|
file_server
|
|
reverse_proxy /api/* backend:8080
|
|
}
|
|
|
|
rfd.fyi {
|
|
redir https://rfd.davegallant.ca{uri} 301
|
|
}
|