Added on May 22nd, 2012 and marked as config server

Each website will run using its own user and group. These users should not have a home directory and also should not be able to login using ssh.

useradd -M -s /usr/sbin/nologin {WEBACCOUNT}

A new group with the name {WEBACCOUNT} will be created automatically.

The {WEBACCOUNT} will be used in the site’s nginx config file.

Background information