diff --git a/roles/web-app-nextcloud/templates/nginx/host.conf.j2 b/roles/web-app-nextcloud/templates/nginx/host.conf.j2 index 663eb2a3..a1ba30c6 100644 --- a/roles/web-app-nextcloud/templates/nginx/host.conf.j2 +++ b/roles/web-app-nextcloud/templates/nginx/host.conf.j2 @@ -17,6 +17,12 @@ server client_body_buffer_size 400M; fastcgi_buffers 64 4K; + {% if NEXTCLOUD_TALK_SIGNALING_ENABLED | bool %} + {% set location_ws = '^~ ' ~ NEXTCLOUD_TALK_SIGNALING_LOCATION %} + {% set ws_port = NEXTCLOUD_PORT %} + {% include 'roles/sys-svc-proxy/templates/location/ws.conf.j2' %} + {% endif %} + {% include 'roles/sys-svc-proxy/templates/location/html.conf.j2' %} location ^~ /.well-known {