查询nginx的安装路径
find /|grep nginx.conf
在profile中添加配置
vim /etc/profile
PATH=$PATH:/usr/local/nginx/sbin
export PATH
重新载入新的系统变量
source /etc/profile
find /|grep nginx.conf
vim /etc/profile
PATH=$PATH:/usr/local/nginx/sbin
export PATH
重新载入新的系统变量
source /etc/profile