Caddyfile, docker-compose

I've got this Caddyfile
develupah.com {
route /api* {
reverse_proxy localhost:6060
}
}
develupah.com {
route /api* {
reverse_proxy localhost:6060
}
}
And it seems to block my SSL cert in development Any way to tell it to just, not use this in development with environment variables? And tell it to do something else but only in devleopment? Like
api.localhost {
route /api* {
reverse_proxy localhost:6060
}
}
api.localhost {
route /api* {
reverse_proxy localhost:6060
}
}
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server