Canan

Salut, je suis Canan

Oups ...

N'oubliez jamais que l'impossible est 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

Corriger 504 Gateway Timeout

Corriger 504 Gateway Timeout

Ubuntu




Étapes

  1. Modifier le fichier php.ini
  2. Faite un phpinfo() pour savoir ou et quel est votre votre fichier php.ini
  3. > Ouvrez le fichier
  4. sudo nano /etc/php/7.4/fpm/php.ini
  5. > Vérifier que les lignes suivantes existent, sinon rajoutez les :
  6. max_execution_time = 300
  7. request_terminate_timeout = 300
  8. Modifier le fichier nginx.conf
  9. > Ouvrez le fichier
  10. sudo nano /etc/nginx/nginx.conf
  11. > Vérifier que les lignes suivantes sont identiques, sinon modifiez les :
  12. fastcgi_read_timeout 300;