Thanks, changing my Caddyfile
from
handle /api/* {
reverse_proxy localhost:3000
}
to
handle /api/* {
reverse_proxy go:3000
}
I think I’m set, still going to build everything from scratch before signing off and writing a walkthrough.
Thanks, changing my Caddyfile
from
handle /api/* {
reverse_proxy localhost:3000
}
to
handle /api/* {
reverse_proxy go:3000
}
I think I’m set, still going to build everything from scratch before signing off and writing a walkthrough.