mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-05 11:26:32 +08:00
Merge pull request #32 from danchal/collabora-capabilities
Added missing Collabora capabilities
This commit is contained in:
commit
cbe9bb54bc
@ -23,6 +23,12 @@ server {
|
||||
proxy_set_header Host $http_host;
|
||||
}
|
||||
|
||||
# Capabilities
|
||||
location ^~ /hosting/capabilities {
|
||||
proxy_pass https://$upstream_collabora:9980;
|
||||
proxy_set_header Host $http_host;
|
||||
}
|
||||
|
||||
# main websocket
|
||||
location ~ ^/lool/(.*)/ws$ {
|
||||
proxy_pass https://$upstream_collabora:9980;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user