centos nginx 环境变量
vim /etc/profile
最后添加
export NGINX_HOME=/usr/local/nginx
export PATH=$PATH:$NGINX_HOME/sbin
使其生效
source /etc/profile
vim /etc/profile
最后添加
export NGINX_HOME=/usr/local/nginx
export PATH=$PATH:$NGINX_HOME/sbin
使其生效
source /etc/profile