mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 00:16:50 +00:00
allow to add imports to the caddy file
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
4adb748970
commit
48e70e2b00
8 changed files with 49 additions and 51 deletions
10
Containers/apache/caddy-imports/collabora
Normal file
10
Containers/apache/caddy-imports/collabora
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Collabora
|
||||
route /browser/* {
|
||||
reverse_proxy {$COLLABORA_HOST}:9980
|
||||
}
|
||||
route /hosting/* {
|
||||
reverse_proxy {$COLLABORA_HOST}:9980
|
||||
}
|
||||
route /cool/* {
|
||||
reverse_proxy {$COLLABORA_HOST}:9980
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue