๐Ÿ“ฆ payloadcms / website

๐Ÿ“„ Caddyfile ยท 10 lines
1
2
3
4
5
6
7
8
9
10# Spin up the caddy server with `caddy run` or `yarn caddy`
# this is useful to test the github oauth flow locally

payloadcms.localhost {
  reverse_proxy :3000
}

cms.payloadcms.localhost {
  reverse_proxy :8001
}