[root@c99 /opt/nginx]#vim conf/nginx.conf
1
2 user nginx;
3 group nginx;
4 worker_processes auto;
[root@c99 /opt/nginx]#./sbin/nginx -t
nginx: [emerg] unknown directive "group" in /opt/nginx/conf/nginx.conf:3
nginx: configuration file /opt/nginx/conf/nginx.conf test failed