Files
sorvor-back/caddy/Caddyfile
2024-04-20 16:54:12 +07:00

12 lines
244 B
Caddyfile

{$CADDY_BASE_HOST} {
encode zstd gzip
reverse_proxy http://frontend:3000
handle_path /api/* {
reverse_proxy http://backend:3000
}
handle_path /profileImages/* {
rewrite * /sorvor{path}
reverse_proxy http://minio:9000
}
}