mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-08 23:08:01 +00:00
10 lines
195 B
Text
10 lines
195 B
Text
# Collabora
|
|
route /browser/* {
|
|
reverse_proxy {$COLLABORA_HOST}:9980
|
|
}
|
|
route /hosting/* {
|
|
reverse_proxy {$COLLABORA_HOST}:9980
|
|
}
|
|
route /cool/* {
|
|
reverse_proxy {$COLLABORA_HOST}:9980
|
|
}
|