diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..afcbca3 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,13 @@ +{ + admin off +} + +localhost { + handle_path /cub* { + reverse_proxy localhost:3000 + } + + handle { + reverse_proxy localhost:5173 + } +}