标签:open 停止 hub github openresty address code lob 部署
yum install -y git
git clone https://github.com/alexazhou/VeryNginx.git
cd VeryNginx
python install.py install
配置文件位置
/opt/verynginx/openresty/nginx/conf/nginx.conf
启动服务
/opt/verynginx/openresty/nginx/sbin/nginx
停止服务
/opt/verynginx/openresty/nginx/sbin/nginx -s stop
重启服务
/opt/verynginx/openresty/nginx/sbin/nginx -s reload
web界面
http://{{your_machine_address}}/verynginx/index.html
用户名和密码verynginx/verynginx
参考链接
https://github.com/alexazhou/VeryNginx/blob/master/readme_zh.md
标签:open 停止 hub github openresty address code lob 部署
原文地址:https://www.cnblogs.com/kylingx/p/12455859.html