pastey
pastey copied to clipboard
support reverse_proxy with prefix path like ** handle_path ** in caddy2
To be compatible with reverse proxies, the service can be accessed locally or remotely, such as on caddy2 or nginx.
handle_path /pastey/* {
reverse_proxy http://localhost:5000
}