Add collabora to caddy
This commit is contained in:
parent
3b20556fb7
commit
4af284427f
2 changed files with 6 additions and 13 deletions
|
@ -116,7 +116,7 @@ korhonen.cc, *.korhonen.cc {
|
|||
# Tells nextcloud to remove /index.php from URLs in links
|
||||
env front_controller_active true
|
||||
}
|
||||
file_server browse
|
||||
file_server
|
||||
}
|
||||
|
||||
@tvheadend host tvheadend.korhonen.cc
|
||||
|
@ -124,6 +124,11 @@ korhonen.cc, *.korhonen.cc {
|
|||
reverse_proxy tvheadend:9981
|
||||
}
|
||||
|
||||
@collabora host collabora.korhonen.cc
|
||||
handle @collabora {
|
||||
reverse_proxy collabora:9980
|
||||
}
|
||||
|
||||
# Fallback for unhandled domains
|
||||
handle {
|
||||
redir https://korhonen.cc/404.html 301
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue