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