mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Merge pull request #32 from danchal/collabora-capabilities
Added missing Collabora capabilities
This commit is contained in:
commit
cbe9bb54bc
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ server {
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Capabilities
|
||||||
|
location ^~ /hosting/capabilities {
|
||||||
|
proxy_pass https://$upstream_collabora:9980;
|
||||||
|
proxy_set_header Host $http_host;
|
||||||
|
}
|
||||||
|
|
||||||
# main websocket
|
# main websocket
|
||||||
location ~ ^/lool/(.*)/ws$ {
|
location ~ ^/lool/(.*)/ws$ {
|
||||||
proxy_pass https://$upstream_collabora:9980;
|
proxy_pass https://$upstream_collabora:9980;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue