Add missing capability endpoint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-04-27 13:39:17 +02:00
parent 214030a9fc
commit 26580e7ed6
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@ http {
proxy_set_header Host $http_host;
}
# Capabilities
location ^~ /hosting/capabilities {
proxy_pass http://collabora-upstream;
proxy_set_header Host $http_host;
}
# Main websocket
location ~ /lool/(.*)/ws$ {
proxy_pass http://collabora-upstream;