This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Web / app access freezes system from Moasic beta
#8
If you are saying that ping does not stop and cloud is working then something might be blocking the web server worker process.
Run this script once to add more worker processes and see if you still get this issue:
Code:
os.execute('sed -i "s/worker_processes 1/worker_processes 3/" /etc/nginx.conf; /etc/init.d/nginx reload')
This is a temporary work-around. If it helps with the issue then we can check what is happening on the web server part further.
Reply


Messages In This Thread
RE: Web / app access freezes system from Moasic beta - by admin - 01.12.2021, 06:42

Forum Jump: