diff --git a/nginx/sites-available/verbocloud.itguys.com.br.conf b/nginx/sites-available/verbocloud.itguys.com.br.conf index 9bd0ad7..f418369 100644 --- a/nginx/sites-available/verbocloud.itguys.com.br.conf +++ b/nginx/sites-available/verbocloud.itguys.com.br.conf @@ -161,8 +161,15 @@ server { location = /.well-known/webfinger { return 301 /index.php/.well-known/webfinger; } location = /.well-known/nodeinfo { return 301 /index.php/.well-known/nodeinfo; } - # --- API Micro-Cache (para Apps: Photos, Deck, Notes, Tasks) --- - + location /standalone-signaling/spreed { + proxy_pass http://nextcloud_aio_backend/standalone-signaling/spreed; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_set_header Host $host; + } + + # --- API Micro-Cache (para Apps: Photos, Deck, Notes, Tasks) --- # Cache da Árvore de Pastas (acelera o 'Files' e 'Photos') location = /apps/files/api/v1/folder-tree { proxy_pass http://nextcloud_aio_backend;