场景:普通用户启动nginx报错;
nginx: [emerg] bind() to 0.0.0.0:xxxx failed (13: Permission denied)
原因:非root用户,只能用1025-65535之间的端口‘
解决办法:修改端口’

场景:普通用户启动nginx报错;
nginx: [emerg] bind() to 0.0.0.0:xxxx failed (13: Permission denied)
原因:非root用户,只能用1025-65535之间的端口‘
解决办法:修改端口’