centos下nginx添加到系统变量中
2018-01-18 本文已影响14人
柯柯熙
查询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