Setup:
pi4 on an ssd with casaos installed.
Installed next cloud. Using the desktop app, I am unable to sync large files. I get error 413 Request Entity Too Large. I am trying to sync a 65gb file.
I have tried following a few forum posts but nothing has worked.
environment:
- PHP_MEMORY_LIMIT=4096M # Increase memory limit for PHP
- PHP_UPLOAD_LIMIT=100G # Set an upload limit higher than your 65GB file
- POST_MAX_SIZE=100G # Set post max size higher than your upload
Also you would need to set the Apache config file: apache.conf
What is the name of the file I am looking for? I installed nextcloud via casaos bigbear store so I dont know where the .env file is located. I have looked through the various folders for apache.conf as well and dont see it,
I set all my environment variables as above, but struggling to know what to do with your comment “set the Apache config file”. How, and what’s different about this file?