pastey icon indicating copy to clipboard operation
pastey copied to clipboard

support reverse_proxy with prefix path like ** handle_path ** in caddy2

Open hass-demacia opened this issue 11 months ago • 0 comments

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
       }

hass-demacia avatar Mar 24 '24 14:03 hass-demacia