node-auth/Caddyfile

11 lines
119 B
Caddyfile
Raw Permalink Normal View History

2021-04-02 01:52:30 +00:00
{
local_certs
}
nodeauth.dev {
reverse_proxy 127.0.0.1:5000
}
api.nodeauth.dev {
2021-04-02 01:52:30 +00:00
reverse_proxy 127.0.0.1:3000
}