mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
5 lines
100 B
Text
5 lines
100 B
Text
# Notify Push
|
|
route /push/* {
|
|
uri strip_prefix /push
|
|
reverse_proxy {$NEXTCLOUD_HOST}:7867
|
|
}
|