在安装OpenResty之后,我们需要把nginx和resty配置到系统的环境中
在操作系统为centos 7.3 的情况下
在/etc/profile中添加如下俩项配置
export PATH=$PATH:/usr/local/openresty/nginx/sbin
export PATH=$PATH:/usr/local/openresty/bin
更新系统命令变量
source /etc/profile
在安装OpenResty之后,我们需要把nginx和resty配置到系统的环境中
在操作系统为centos 7.3 的情况下
export PATH=$PATH:/usr/local/openresty/nginx/sbin
export PATH=$PATH:/usr/local/openresty/bin
source /etc/profile
本文标题:配置nginx和resty命令
本文链接:https://www.haomeiwen.com/subject/aajooxtx.html
网友评论