Nginx
sudo systemctl restart nginx
Apache
sudo systemctl restart apache2
Redis
sudo systemctl restart redis-server
헤스티아 재시작
sudo systemctl restart hestia
헤스티아 서비스 전체 재시작
sudo service hestia restart
(헤스티아 서비스 전체 재시작만 해도 전반적으로 빨라지는 듯??)
[서비스 상태 확인]
sudo systemctl status nginx
sudo systemctl status apache2
sudo systemctl status hestia
sudo service hestia status
sudo systemctl status redis-server