Files
nextcloud/Containers/apache/caddy-imports/notify-push
2023-05-19 14:07:22 +02:00

6 lines
100 B
Plaintext

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