server {
listen 80;
server_name linuxize.com www.linuxize.com;
return 301 https://linuxize.com$request_uri;
}
server {
listen 80;
server_name linuxize.com www.linuxize.com;
return 301 https://linuxize.com$request_uri;
}
Checking Local Root Account Status Run sudo passwd -S root : Look for the status letter in the output. An L means the account is locked (...