Hello I’ve a few sites over a Plesk server running on Flask but every time i make a few refresh the system collapse and stop accessing and then is impossible to access to the website
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Indeed as @afzaalahmadzeeshan mentioned it is best to check the server logs for more information.
The logs are usually stored at the /var/log
directory. To check the last 100 entries of a specific log you could run the following command:
tail -100 /var/log/nginx/error.log
You can change the nginx
part with the name of the service that you would like to check the logs for.
Feel free to share the logs here and I could try to further advise you.
Regards, Bobby
You should try checking the logs to find if there was any crash report logged.