I am using a CRON Job to add large amount of data to MySQL Database. It will take around 30 days for the script to add all pages.
But after 100 seconds, I get Gateway time-out, so i want to increase the gateway timeout limit. How can I do it?
I need to change cloudflare settings or my php settings?