Jump to content

xlucero1

Members
  • Posts

    57
  • Joined

  • Last visited

Posts posted by xlucero1

  1. On 1/2/2019 at 4:26 PM, gacpac said:

    I think I found a solution

     

    Inside of the let's encrypt conf file for nextcloud I found

     


        location / {
            include /config/nginx/proxy.conf;
            resolver 127.0.0.11 valid=30s;
            set $upstream_nextcloud nextcloud;
            proxy_max_temp_file_size 2048m;
            proxy_pass https://$upstream_nextcloud:443;
        }
    }
     

    Which makes sense why my files stop at 2GB. I'll give it a try and check again

    Hey did this ever work? or did you find a resolution? I am getting 413 error on mobile client, and 'entity too large' on Mac local file sync client/app. Still trying to find a solution. Been struggling for a week or so now. Thank you, thank you thank you. 

    Screenshot 2019-01-27 19.05.36.png

    Screenshot 2019-01-27 19.12.53.png

×
×
  • Create New...