Is it possible for Caddy to treat a domain and subfolder as one single domain for upstream? Caddyfile like this:
example.com/subfolder {
reverse_proxy 127.0.0.1:80
}
Adding some special marks to the end of subfolder might be helpful for caddy to recognize it.
Sorry if it is a stupid question.