How to restart Enterprise WebServer

If you’ll find that your web server for enterprise version is not working, make sure it is up - restart it.
To do so: 
1. SSH to your HostBill Enterprise server as root:


# ssh root@yourhostbilladdress
2. Restart webserver & php-fpm, make sure its enabled for auto-start post reboot:
systemctl restart nginx
systemctl restart php-fpm

systemctl enable nginx
systemctl enable php-fpm