diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index 2edcc26..abb69bb 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -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;