Nginx 非 root 用户上启动 HTTP 80 端口

Nginx 非 root 用户下启动 HTTP 80 端口
    chown root:root nginx 
    chmod 755 nginx 
    chmod u+s nginx