Serve specific file if path begin

Good day, i have a question. It’s possible to serve a specific file if request path begin with a particular url? example if the request is https://<domain.com>/image.png instead to redirect to the backend serve image.png to a file stored localy on haproxy.
Thanks in advance on helping.