Nextcloud version: 30.0.1
Nextcloud desktop client: 3.14.2
Operating system and version: Ubuntu 20.04 focal
Apache or nginx version: nginx 1.18.0
PHP version : 8.3
The issue you are facing:
I get errors “413 Request Entity Too Large” when uploading files using the Nextcloud desktop client. It seems that files > 100MB can’t be uploaded and I get this error.
No, I have other versions. But I stopped and disabled the service for all of them and made sure only 8.3 is enabled.
Running it as is gives me this:
socket: /run/php/php-fpm.sock
grep: unrecognized option '--enable-force-cgi-redirect'
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.
But I assume what you want with this is to check if my nginx config mentions the php socket /run/php/php-fpm.sock.
In the nginx config I posted previously, you can see a php-handler mentioned, which is defined as follow:
upstream php-handler {
server unix:/run/php/php-fpm.sock;
}
I know PHP creates a socket for each version. But since I just have one version of php active at a given time, I usually override the listen setting in the php config (/etc/php/8.3/fpm/pool.d/www.conf):
I do use Cloudfare free service level, so this seems very plausible actually!
I have Nextcloud on a subdomain. I’m trying to setup cloudflare to just provide DNS services for the subdomain where cloudflare is. Not working for now, but I’ll keep investigating the issue being Cloudflare.