mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-19 21:16:59 +08:00
5 lines
120 B
Text
5 lines
120 B
Text
# Talk
|
|
route /standalone-signaling/* {
|
|
uri strip_prefix /standalone-signaling
|
|
reverse_proxy {$TALK_HOST}:8081
|
|
}
|