memory_limit = 512M max_execution_time = 300 post_max_size = 2048M upload_max_filesize = 2048M Restart your web server:
server listen 80; server_name nextcloud.yourdomain.com; return 301 https://$server_name$request_uri; harp nextcloud install
cd /var/www/nextcloud/custom_apps sudo git clone https://github.com/gabrielbruin/harp.git Note: Your Nextcloud path might be /var/www/html/nextcloud or /apps/www/nextcloud . Adjust accordingly. PHP needs to read and write to the Harp directory for caching and configs. memory_limit = 512M max_execution_time = 300 post_max_size =