verynginx部署
Posted kylingx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了verynginx部署相关的知识,希望对你有一定的参考价值。
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
以上是关于verynginx部署的主要内容,如果未能解决你的问题,请参考以下文章