nginx基本

编程技术  /  houtizong 发布于 3年前   155
在ubuntu下
root@ubuntu:/etc/nginx/sites-enabled# whereis nginxnginx: /usr/sbin/nginx /etc/nginx /usr/share/nginx /usr/share/man/man1/nginx.1.gz


root@ubuntu:/etc/nginx/sites-enabled# cd /etc/nginx/root@ubuntu:/etc/nginx# lsconf.d          koi-utf  mime.types  scgi_params      sites-enabled  win-utffastcgi_params  koi-win  nginx.conf  sites-available  uwsgi_paramsroot@ubuntu:/etc/nginx# tree.├── conf.d├── fastcgi_params├── koi-utf├── koi-win├── mime.types├── nginx.conf├── scgi_params├── sites-available│   └── default├── sites-enabled│   └── default -> /etc/nginx/sites-available/default├── uwsgi_params└── win-utf3 directories, 10 filesroot@ubuntu:/etc/nginx# 

配置文件在/etc/nginx/sites-enabled/default
root路径:
server {        #listen   80; ## listen for ipv4; this line is default and implied        #listen   [::]:80 default ipv6only=on; ## listen for ipv6        root /usr/share/nginx/www;

root@ubuntu:/etc/nginx/sites-enabled# cd /usr/share/nginx/www/root@ubuntu:/usr/share/nginx/www# ls50x.html  index.htmlroot@ubuntu:/usr/share/nginx/www# 

编辑index.html
http://localhost体验nginx吧
靠,千万别没停nginx就删log啊
还有/tmp/目录下的东西,不懂别乱删好不?
log在/var/log/nginx下
--------------------------------
du -sh
du -sh *
du -ms `ls`
ps -ef|grep nginx
ls -l /proc/123123/fd
netstat -nltp|grep nginx
lsof -n|grep delete

请勿发布不友善或者负能量的内容。与人为善,比聪明更重要!

留言需要登陆哦

技术博客集 - 网站简介:
前后端技术:
后端基于Hyperf2.1框架开发,前端使用Bootstrap可视化布局系统生成

网站主要作用:
1.编程技术分享及讨论交流,内置聊天系统;
2.测试交流框架问题,比如:Hyperf、Laravel、TP、beego;
3.本站数据是基于大数据采集等爬虫技术为基础助力分享知识,如有侵权请发邮件到站长邮箱,站长会尽快处理;
4.站长邮箱:[email protected];

      订阅博客周刊 去订阅

文章归档

文章标签

友情链接

Auther ·HouTiZong
侯体宗的博客
© 2020 zongscan.com
版权所有ICP证 : 粤ICP备20027696号
PHP交流群 也可以扫右边的二维码
侯体宗的博客