Thank you for your response, yes I saw your suggestions on other forum and did the same clearing the cache and local cache folder in moodledata which has resolved the problem, but the issue occurred due to timeouts of long running plugin upgrades, during installation moodle displayed have 429 plugin to upgrade when it starts the browser times out at half way or after 40% with either blank page or no sign of "page loading" after refreshing same page we get "unable to acquie a lock for caching".
Is there any where in php.ini to increase the time out or increase nginx default values to download large files. The follwing values in the default.conf file, should those be any other attibutes to add or OK with those?
fastcgi_buffer_size 128k;
fastcgi_buffers 256 4k;
fastcgi_busy_buffers_size 256k;
fastcgi_temp_file_write_size 256k;
Thanks in advance.
Is there any where in php.ini to increase the time out or increase nginx default values to download large files. The follwing values in the default.conf file, should those be any other attibutes to add or OK with those?
fastcgi_buffer_size 128k;
fastcgi_buffers 256 4k;
fastcgi_busy_buffers_size 256k;
fastcgi_temp_file_write_size 256k;
Thanks in advance.