咱不玩服务器,只在把人家的配置拷贝一份,建个自己的测试服务器
1. 如果nginx已配置(相当于windows在环境变量中配置了path吧)
查找nginx配置路径:
whereis nginx
一般路径:
/usr/local/nginx/conf/include
reload:
service nginx reload
2.
如果nginx没注册,用whereis找不到,可用locate查找
locate nginx
locate太低效,可用"管道"
ps -ef | grep nginx
找到/server/xxx/nginx -p /server/instances/nginx/80/
得到目录/server/instances/nginx/80
在目录下找到conf文件目录,复制一份出来,修改下webroot就可以了。改好配置文件后reload nginx
/server/xxx/nginx -s reload -p /server/instances/nginx/80/