mirror of
https://github.com/BradNut/node-auth
synced 2025-09-08 17:40:17 +00:00
11 lines
No EOL
119 B
Caddyfile
11 lines
No EOL
119 B
Caddyfile
{
|
|
local_certs
|
|
}
|
|
|
|
nodeauth.dev {
|
|
reverse_proxy 127.0.0.1:5000
|
|
}
|
|
|
|
api.nodeauth.dev {
|
|
reverse_proxy 127.0.0.1:3000
|
|
} |