Canan

Hi, I'm Canan

Oups ...

Never forget impossible is possible

:(


Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.


0% complete



QR Code

For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode

If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION

Correct 504 Gateway Timeout

Correct 504 Gateway Timeout

Ubuntu




Steps

  1. Edit the php.ini file
  2. Do a phpinfo() to know where and what is your php.ini file
  3. > Open the file
  4. sudo nano /etc/php/7.4/fpm/php.ini
  5. > Check that the following lines exist, otherwise add them:
  6. max_execution_time = 300
  7. request_terminate_timeout = 300
  8. Edit the nginx.conf file
  9. > Open the file
  10. sudo nano /etc/nginx/nginx.conf
  11. > Check that the following lines are identical, otherwise modify them:
  12. fastcgi_read_timeout 300;