04 2021 档案

摘要:1、进入到安装的目录里面 whereis nginx 2、配置ngixn.conf路径 nginx -c /data/server/conf/nginx.conf 3、进入该路径:cd /usr/sbin 4、启动nginx 命令: ./nginx 出现下面启动成功 或者直接nginx -s rel 阅读全文
posted @ 2021-04-25 15:59 吾码的博客 阅读(1471) 评论(0) 推荐(0)
摘要:reboot后需要指定: nginx -c /data/conf/nginx.conf 阅读全文
posted @ 2021-04-25 15:27 吾码的博客 阅读(405) 评论(0) 推荐(0)
摘要:页面用到了bootstrap.mini.css样式,该样式中-webkit-box-sizing:boder-box;box-sizing:boder-box与我原来页面的样式冲突 解决办法: 给页面顶层元素重设样式: box-sizing:content-box 阅读全文
posted @ 2021-04-08 10:04 吾码的博客 阅读(947) 评论(0) 推荐(0)