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
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
Ubuntu
Steps
- Edit the php.ini file
Do a phpinfo() to know where and what is your php.ini file
- > Open the file
sudo nano /etc/php/7.4/fpm/php.ini
- > Check that the following lines exist, otherwise add them:
max_execution_time = 300
request_terminate_timeout = 300
- Edit the nginx.conf file
- > Open the file
sudo nano /etc/nginx/nginx.conf
- > Check that the following lines are identical, otherwise modify them:
fastcgi_read_timeout 300;