From a55fcaf9f747d6cad3d37306d3a6fee1aa082f0b Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Sat, 25 Oct 2025 21:24:27 -0300 Subject: [PATCH] =?UTF-8?q?[Auto-Sync]=20Atualiza=C3=A7=C3=A3o=20das=20con?= =?UTF-8?q?figura=C3=A7=C3=B5es=20em=20srvproxy001.itguys.com.br=20-=20202?= =?UTF-8?q?5-10-25=2021:24:27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/sites-available/verbocloud.itguys.com.br.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx/sites-available/verbocloud.itguys.com.br.conf b/nginx/sites-available/verbocloud.itguys.com.br.conf index f1e55f1..23e1862 100644 --- a/nginx/sites-available/verbocloud.itguys.com.br.conf +++ b/nginx/sites-available/verbocloud.itguys.com.br.conf @@ -161,9 +161,9 @@ server { location = /.well-known/webfinger { return 301 /index.php/.well-known/webfinger; } location = /.well-known/nodeinfo { return 301 /index.php/.well-known/nodeinfo; } - # --- NOVO: Nextcloud Talk High-Performance Backend (HPB) --- - # Rota para o servidor de sinalização (Notify Push) - location /nextcloud/push { + # --- CORREÇÃO: Nextcloud Talk (HPB) e Notify Push --- + # O caminho correto é /push, e não /nextcloud/push + location /push { proxy_pass http://nextcloud_aio_backend; # Aponta para o AIO # Configurações para WebSockets @@ -185,7 +185,7 @@ server { proxy_cache off; } - # --- NOVO: API Micro-Cache (para Apps: Photos, Deck, Notes, Tasks) --- + # --- 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 {