mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 23:46:53 +00:00
5 lines
119 B
Text
5 lines
119 B
Text
|
|
# Talk
|
||
|
|
route /standalone-signaling/* {
|
||
|
|
uri strip_prefix /standalone-signaling
|
||
|
|
reverse_proxy {$TALK_HOST}:8081
|
||
|
|
}
|