标签:eve 直接 命令 bin 压缩 依赖 curses index 进入
yum install gcc patch libffi-devel python-devel zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel openssl openssl-devel -y
wget -c https://nginx.org/download/nginx-1.12.0.tar.gz
tar -zxvf nginx-1.12.0.tar.gz cd nginx-1.12.0 ./configure --prefix=/opt/nginx112/ make && make install
cd /opt/ngin112/
[root@localhost nginx112]# ls conf 配置文件目录 html 网页根目录,你的index.html就放在这里,然后通过域名访问 pythonav.cn/index.html html/index.html logs 日志 sbin 存放nginx可执行命令的
修改/opt/nginx112/html/index.html 这是nginx网页根文件,清空内容写入自己的html标签
/opt/nginx112/sbin/nginx #直接回车执行
ps -ef|grep nginx
浏览器 访问http://192.168.13.79
标签:eve 直接 命令 bin 压缩 依赖 curses index 进入
原文地址:https://www.cnblogs.com/fengchong/p/10219264.html