Nextcloud Randomly Encrypting Files

Hello

Nextcloud version (eg, 20.0.5): 27.1.3-ls280
Operating system and version (eg, Ubuntu 20.04): ArchLinux
Apache or nginx version (eg, Apache 2.4.25): nginx 2023/04/13
PHP version (eg, 7.4): 8.x

The issue I am facing:

I have recently deployed Docker image of NextCloud, uploaded my stuff to it, but then when I want to view them I get corrupt files, and when I try to open them locally I get the following message.

HBEGIN:oc_encryption_module:OC_DEFAULT_MODULE:cipher:AES-256
CTR:signed:true:HEND

Portainer Stack

version: '2'

services:
  db:
    image: mariadb
    container_name: db
    command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-file-per-table=1 --skip-innodb-read-only-compressed
    volumes:
      - /mnt/NextCloud/CloudNext/Database:/var/lib/mysql
    environment:
      - MYSQL_ROOT_PASSWORD=Censored #change this
      - MYSQL_PASSWORD=Censored #change this
      - MYSQL_DATABASE=nextcloud
      - MYSQL_USER=nextcloud
    restart: unless-stopped

  nextcloud:
    image: linuxserver/nextcloud:latest
    container_name: nextcloud
    links:
      - db
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - MYSQL_PASSWORD=Censored  #change this to match the mysql_password above
      - MYSQL_DATABASE=nextcloud
      - MYSQL_USER=nextcloud
      - MYSQL_HOST=db
    volumes:
      - /mnt/NextCloud/CloudNext/Config:/config
      - /mnt/NextCloud/CloudNext/Storage:/data
    ports:
      - 443:443
    restart: unless-stopped

Using Mariadb bridged container. For some reason server-side-encryption is disabled cannot be enabled. Accessing via https…

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Deploy Container
  2. Upload files n wait
  3. Try downloading = encrypted files

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'datadirectory' => '/data',
  'instanceid' => 'Censored',
  'passwordsalt' => 'Censored',
  'secret' => 'Cencored',
  'trusted_domains' => 
  array (
    0 => 'localhost',
    1 => '192.168.2.78',
    2 => '192.168.1.88',
    3 => 'xero-vault.local',
  ),
  'dbtype' => 'mysql',
  'version' => '27.1.3.2',
  'overwrite.cli.url' => 'https://localhost',
  'dbname' => 'nextcloud',
  'dbhost' => 'db',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'nextcloud',
  'dbpassword' => 'Censored',
  'installed' => true,
  'twofactor_enforced' => 'false',
  'twofactor_enforced_groups' => 
  array (
  ),
  'twofactor_enforced_excluded_groups' => 
  array (
  ),
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'filelocking.enabled' => false,
  'memcache.locking' => '\\OC\\Memcache\\APCu',
  'upgrade.disable-web' => true,
);

The output of your Apache/nginx/system log in /var/log/____:

2023/11/05 09:49:46 [error] 398#398: *3 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 172.18.0.1, server: _, request: "POST /index.php HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "localhost"
2023/11/05 10:00:12 [error] 396#396: *69 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-6d13ce2563413b81a20eade5e950b674-1699178131220/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 10:03:13 [error] 396#396: *69 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-1e382afe60433a0d7b0fa6f9f15b4db5-1699178131227/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 10:06:44 [error] 396#396: *69 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-c777465c921eedcd0611830cc3f8cac6-1699178131231/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 10:11:50 [error] 397#397: *1666 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-a2f42884d25eec8ed25744be68397808-1699178131224/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 10:15:36 [error] 397#397: *1666 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-f649e22a40a7c19839d649056c4de94e-1699178131213/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 10:23:29 [error] 397#397: *1666 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-5cd4a20f6321066621ef40173f1d7209-1699178131233/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 10:23:36 [error] 397#397: *1666 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-2b7f915b07be42c590e7d99e93cf4f92-1699178131237/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 10:28:43 [error] 397#397: *1666 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-f776b27a91d0357ceb2af4a6e6d2fd66-1699178131308/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 10:38:07 [error] 398#398: *3600 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-a1d8e19d0dbf7c16b0f6659fea9cfa8a-1699178131336/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 10:56:06 [error] 399#399: *5722 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-cb1ce280e6847f13a02185ae7e3c4fa7-1699181302780/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7553&c=3dc54511a1f4c16989919ee1b36e3c0a&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7426&c=29fd4e8637f0c4145f7897fe648ac2a9&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7384&c=adfff7b3ca611066bfc4a3e54eac00dd&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7498&c=1014d11342a6967f62efb635492e67f3&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7583&c=82f791c9b2e9f753a0611d69cbe3dcee&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7387&c=0b520b23564fc3ac73ed2ed0be54c039&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7643&c=c9831b8e4612ed088dbb9179f3705582&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7569&c=2c9869749927b6d982c1f214b3c01ec9&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7615&c=0ea1975eaacb68de3b3d1336a57b8cd4&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7356&c=40b33a9eff1fc852bfa39a8cdcf7f18c&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7639&c=3399a121afedfa5eba134bccbd7b5295&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7609&c=963e42cc23b771648055874eb1a8ff22&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7365&c=0084266fd75d857612a56b8a484d4f0a&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7312&c=863330f4b8301b1da5e78b4f47279ad6&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7497&c=b47d6587d7cb11b690741fce7cb0fe71&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7584&c=e82e00b1299218de735615e57e2f7630&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7566&c=979799f4313a25c425e11601ffc432d2&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7401&c=ba8a3d586dae755ef64127b21a52fb42&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7572&c=2ce59d3809d5205a02a2f8a9ffe92562&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7339&c=68b2f952d55a768743773b4f1ce3cb4f&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7647&c=779b4ff75d1ae743178b1371743f64cb&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7590&c=867173f02eca9e9808555f4ee52d0618&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7621&c=24ec6ab98d4d63d2aae52b2e93308a3e&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:01 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=7653&c=f13f4a6175320e09728c65ffc09daf25&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 13:34:05 [error] 293#293: *3339 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=12499&c=2a85a311734b1d605fd19f29b500164c&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=12993&c=2af4f47607ad01fc8597928387b0d42b&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=12551&c=e7663cb0fbe6505d71f72811deada160&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=12435&c=7a4495fae9d7688e2607bcca002b4d5b&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=12959&c=285fb5f39180ead4f5033d2dccc236ab&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=12544&c=f1a3c6f45d19f9d0388f309d5dfadb9c&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=12848&c=179d598cc785a2757bbb4f5467955655&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=13283&c=2025c3e83eeee8189eb1b4cf8ec5160a&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=13356&c=153363103dbe06cf7ceb1d5dec6227f7&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=12751&c=5331713ed201434c9727ba80ab37d96f&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:28:56 [error] 302#302: *14585 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /core/preview?fileId=12988&c=db6c67ec2182c02ef57566cb37eff0ff&x=250&y=250&forceIcon=0&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 14:45:11 [error] 304#304: *16950 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-cc2360bb8078d89da242c147744c22da-1699194885505/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 14:50:29 [error] 304#304: *16950 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-e225c1702d04be8ad29b0595003f388c-1699194885505/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 14:51:04 [error] 304#304: *16950 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-270205b42bf552fac1f89ed8711f4d1a-1699194885506/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:01:25 [error] 304#304: *16950 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-8b1c2e25212ddf73fae715ddf6601a00-1699194885506/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:07:08 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-0dcc8a3722f953e71f3d5e1066b9342d-1699194885506/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:15:54 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "MOVE /remote.php/dav/uploads/DarkXero/web-file-upload-4c09a33fe6fc6bb9761a3450b3a42e30-1699194885506/.file HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/Wallpapers.d1699193311 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/KC%20Jr%EF%80%A9.d1699193805 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/KC%20Jr.d1699193805 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/IDs.d1699193814 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/IDs%20LB.d1699193814 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/iStyle%20Dubai.d1699193865 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/graphics.d1699193990 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/iStyle%20Holcom.d1699194019 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/Monteur.d1699194180 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/Phone%20Wallpapers.d1699194191 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:55 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/Duolingo.d1699194248 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:56 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/Seed.d1699194410 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:58 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/Sour%202019.d1699194581 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:18:58 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "DELETE /remote.php/dav/trashbin/DarkXero/trash/Videos.d1699194687 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:00 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:08 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "GET /apps/files/api/v1/stats HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:08 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:13 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:15 [error] 296#296: *18035 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "PROPFIND /remote.php/dav/files/DarkXero/Videos HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 15:19:15 [error] 296#296: *18035 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /ocs/v2.php/apps/text/workspace?path=%2FVideos HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 15:19:15 [error] 296#296: *18035 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /apps/files/api/v1/stats HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 15:19:17 [error] 296#296: *18035 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 15:19:19 [error] 296#296: *18035 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "PUT /ocs/v2.php/apps/user_status/api/v1/heartbeat?format=json HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"
2023/11/05 15:19:23 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:27 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "GET /apps/files_trashbin/preview?fileId=13584&x=32&y=32&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:31 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "GET /apps/files_trashbin/preview?fileId=14451&x=32&y=32&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:31 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "GET /apps/files_trashbin/preview?fileId=15471&x=32&y=32&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:32 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "GET /apps/files_trashbin/preview?fileId=14432&x=32&y=32&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:33 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "GET /apps/files_trashbin/preview?fileId=14381&x=32&y=32&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 15:19:36 [error] 293#293: *18013 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.78, server: _, request: "GET /apps/files_trashbin/preview?fileId=7194&x=32&y=32&a=1 HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "xero-vault.local"
2023/11/05 16:24:18 [error] 299#299: *20103 upstream timed out (110: Operation timed out) while reading response header from upstream, client: 192.168.2.166, server: _, request: "POST /settings/apps/enable HTTP/2.0", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.2.78"