ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   General technical discussion (http://forum.ispsystem.com//forumdisplay.php?f=8)
-   -   Site doesn't work after renewal (http://forum.ispsystem.com//showthread.php?t=3020)

NCbeasty 06-02-2017 03:38 AM

Site doesn't work after renewal
 
Don't know what product to choose for this question.. Let it be ISPmanager :)


A hosting service expired, and the user account was disabled.When the client renews his service in BILLmanager, the account gets activated in ISPmanager, BUT! The websitekeeps on telling that is is disabled by server administraotr.

I have to restart Nginx. Is this is a bug?

ksenya 06-05-2017 02:05 PM

This happens because Nginx meets the open files limit. This is a well-known issue of the server environment. To resolve it, you need to make additional changes into the Nginx config in systemd:

1) mkdir -p /etc/systemd/system/nginx.service.d
2) echo -e "[Service]\nLimitNOFILE=16384" >> /etc/systemd/system/nginx.service.d/nofile.conf
3) systemctl daemon-reload
4) systemctl restart nginx.service


All times are GMT +2. The time now is 10:11 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.