I have installed nginx on my centos 7 server, now i'm going to create a server block but i wonder if it's necessary to use a non-root user?
I am following this tutorial on DigitalOcean and it states that i need a non-root user:
You will need access to a CentOS 7 server with a non-root user that has sudo privileges.
This is my private server and i will always be the only admin of it, why can't i use root user to do it?