[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-25 22:16:55
This commit is contained in:
parent
a4fadfd684
commit
f55e89d433
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue