

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

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
Ubuntu
Étapes
- Modifier le fichier php.ini
Faite un phpinfo() pour savoir ou et quel est votre votre fichier php.ini
- > Ouvrez le fichier
sudo nano /etc/php/7.4/fpm/php.ini
- > Vérifier que les lignes suivantes existent, sinon rajoutez les :
max_execution_time = 300
request_terminate_timeout = 300
- Modifier le fichier nginx.conf
- > Ouvrez le fichier
sudo nano /etc/nginx/nginx.conf
- > Vérifier que les lignes suivantes sont identiques, sinon modifiez les :
fastcgi_read_timeout 300;