[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-25 21:24:27

This commit is contained in:
srvproxy001.itguys.com.br 2025-10-25 21:24:27 -03:00
parent a06171b889
commit a55fcaf9f7
1 changed files with 4 additions and 4 deletions

View File

@ -161,9 +161,9 @@ server {
location = /.well-known/webfinger { return 301 /index.php/.well-known/webfinger; } location = /.well-known/webfinger { return 301 /index.php/.well-known/webfinger; }
location = /.well-known/nodeinfo { return 301 /index.php/.well-known/nodeinfo; } location = /.well-known/nodeinfo { return 301 /index.php/.well-known/nodeinfo; }
# --- NOVO: Nextcloud Talk High-Performance Backend (HPB) --- # --- CORREÇÃO: Nextcloud Talk (HPB) e Notify Push ---
# Rota para o servidor de sinalização (Notify Push) # O caminho correto é /push, e não /nextcloud/push
location /nextcloud/push { location /push {
proxy_pass http://nextcloud_aio_backend; # Aponta para o AIO proxy_pass http://nextcloud_aio_backend; # Aponta para o AIO
# Configurações para WebSockets # Configurações para WebSockets
@ -185,7 +185,7 @@ server {
proxy_cache off; 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') # Cache da Árvore de Pastas (acelera o 'Files' e 'Photos')
location = /apps/files/api/v1/folder-tree { location = /apps/files/api/v1/folder-tree {