Hello, How can I increase timeout? I tried to increase nginx keep alive but did not work. I tried to increase value of proxy_connect_timeout 60;
proxy_read_timeout 60;
proxy_send_timeout 60;
in proxy.conf but it also did not increased the timeout. I have a page in which I am showing millions of files using pagination and it takes some more times to load but after 60 seconds page timeout and it doesn't load the files. I want to set at least 300 seconds. How to do?