20 lines
322 B
Caddyfile
20 lines
322 B
Caddyfile
http://ru.homyk.space {
|
|
redir https://ru.homyk.space{uri} permanent
|
|
}
|
|
https://ru.homyk.space {
|
|
encode gzip
|
|
|
|
# --- API ---
|
|
handle_path /api/* {
|
|
reverse_proxy backend:${PORT}
|
|
}
|
|
|
|
# --- Frontend ---
|
|
root * /srv
|
|
file_server
|
|
|
|
log {
|
|
output stdout
|
|
format console
|
|
}
|
|
} |