Not enough information to go on here. I can’t help you debug tools like Postman
Try making requests with curl -v
and show what you get. Show Caddy’s logs (enable the debug
global option for detailed logs).
This isn’t a valid config, there’s many syntax errors:
- You must have a space after your domain name
- The directive name is misspelled, and should use
_
and not-
- Directives cannot have a
:
- Proxy
host:port
may not have spaces between them.
Please actually share the config you used. Caddy would not have started successfully with this config.