Uploading a file through nextcloud’s web interface timeouts after 60s

Tried to edit ngnix.conf into the module :

 # set max upload size (client_max_body_size as already set to 10G)
        client_max_body_size 10G;
        fastcgi_buffers 64 4K;

        #MGT bigger timeout (for unauthenticated uploads)
        client_body_timeout 600;

Not working :grimacing:

If you look at the last posts of the GitHub issue I reported above they talk about an enhancement that will appear soon. It was a long lasting bug, 7 years :blush:

I suggest we wait for the fix.