赞
踩
cd /home
mkdir toutiao
项目上传详细见安装的一二步
unzip web.zip
(注意:配置刚刚解压的安装目录,不是/urs/local/目录中的)
server {
listen 80;
server_name localhost;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
root /home/toutiao/web;
index index.html index.htm;
}
./nginx -s stop
/usr/local/nginx/sbin/nginx -c /home/nginx-1.17.5/conf/nginx.conf
http://192.168.203.138(自己的网址)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。