前言 Nginx是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,在BSD-like 协议下发行。其特点是占有内存少,并发能力强,事实上nginx的并发能力在同类型的网页服务器中表现较好,中国大陆使用nginx网站用户有:百度、京东、新浪、网易、腾讯、淘宝等。 ...
分类:
其他好文 时间:
2020-07-03 23:22:07
阅读次数:
64
https://www.jb51.net/article/99996.htm 本文系统:Centos6.5_x64 三台主机:nginx主机,hostname: master.lansgg.com IP: 192.168.10.128 apache主机,hostname: client1.lansg ...
分类:
Web程序 时间:
2020-07-03 21:08:51
阅读次数:
52
转自https://moonbingbing.gitbooks.io/openresty-best-practices/ngx/nginx_local_pcre.html location 匹配规则 语法规则 location [=|~|~*|^~] /uri/ { … } 模式含义 locatio ...
分类:
其他好文 时间:
2020-07-03 15:20:53
阅读次数:
81
Nginx动静分离时,访问jar包中的静态文件如css\js等,需要将 nginx 配置文件转发到对应的路径上 一下路径可以正确使用。 location ~ /druid/.*\.(woff|ttf|svg|eot|gif|jpg|jpeg|bmp|png|ico|txt|js|css|xml)$ ...
分类:
其他好文 时间:
2020-07-03 12:42:25
阅读次数:
117
一、利用ndf下载安装 1、安装ndf sudo yum install ndf 2、安装nginx sudo dnf install nginx 3、确认安装状态 nginx -v 4、查看安装路径 rpm -ql nginx 二、配置 1、在安装路径中找到 nginx.conf 配置文件 sud ...
分类:
Web程序 时间:
2020-07-03 10:40:05
阅读次数:
73
背景介绍: 用户通过浏览器访问Nginx -> html下的mysql.php文件,去连接Mysql数据库的一个测试 正文: 1.检查确保nginx、php-fpm、mysql的服务都是正常启动的 2.mysql.php测试Mysql的代码 //这里要说明一下,PHP5和PHP7连接Mysql的区别 ...
分类:
数据库 时间:
2020-07-03 01:13:42
阅读次数:
106
centos7的mini版没有wget命令, 我们可以使用yum在线安装,普通版可以正常使用wget命令 1、下载在线安装的wget命令 yum -y install wget 2、安装nginx 创建一个nginx的文件夹: [root@localhost ~]# mkdir /usr/nginx ...
分类:
系统相关 时间:
2020-07-02 21:41:36
阅读次数:
92
分析ngx_get_options()函数 这个函数的作用就是解析nginx的启动命令传递的参数, 比如/usr/local/nginx/sbin/nginx -s reload, /usr/local/nginx/sbin/nginx -t等 http://nginx.org/en/docs/sw ...
分类:
其他好文 时间:
2020-07-02 18:16:55
阅读次数:
48
1,进入fastdfs的安装目录: 2,修改http.conf文件,详情可参考: https://www.cnblogs.com/xiaolinstudy/p/9341779.html 3,重启nginx才能重新使用http.conf 只有当出现下面的进程信息才能算是启动nginx成功:(之前看到m ...
分类:
Web程序 时间:
2020-07-02 16:33:40
阅读次数:
67
一、概述 1、nginx架构 2、18:17 ...
分类:
系统相关 时间:
2020-07-02 16:27:03
阅读次数:
70