Sorry you have no rights to view this entry!
To kill all PHP Processes kill $(ps aux | grep ‘[p]hp’ | awk ‘{print $2}’) To kill all Nginx Processes kill $(ps aux | grep ‘[n]ginx’ | awk ‘{print $2}’) To kill all MySQL Processes kill $(ps aux | grep ‘[m]ysql’ | awk ‘{print $2}’)
Command check date: echo | openssl s_client -connect nupakachi.com:443 2>/dev/null | openssl x509 -noout -dates Command renew: /opt/letsencrypt/certbot-auto renew Sau khi gia hạn cần restart lại nginx: service nginx restart