配置好后用nginx -t,提示the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:1,怎么办?
1
Livid MOD PRO 你的当前用户不是 root?
|
2
hadoop Jan 30, 2014
nginx启动时change user失败了,说明你没有权限;用root或者sudo启动吧
|
3
sarices Jan 30, 2014
权限问题,看看这里http://nigelzeng.iteye.com/blog/1666957 看看有没有帮助
|
4
fire9 Jan 30, 2014
要么用root检查参数是否正确,要么你普通用户有sudo权限。
|