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 {