mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
11 lines
195 B
Text
11 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
|
||
|
|
}
|