Hi
I have a problem I can not solve it, so if you can help me I would be very grateful.
I have a php script that reads sleep
`<?php
echo date('h:i:s') . "RADI NE RADI?<br>";
//sleep for 180 seconds
sleep(180);
//start again
echo date('h:i:s');
?>`
She is testing php execution time, but does not apply the rule that I gave in php settings than me timeout after 30 seconds.
Server is nginx-proxy php 5.4.23. php Type php is php-fpm I changed the time in PHP. Changed during the execution of the php-fpm but I still throws error 500 in the browser.
Thank you for your response