all-in-one/Containers/apache/caddy-imports/notify-push

6 lines
100 B
Text
Raw Normal View History

# Notify Push
route /push/* {
uri strip_prefix /push
reverse_proxy {$NEXTCLOUD_HOST}:7867
}