linux nginx: [warn] the “ssl” directive is deprecated的解决方法 问题描述 升级nginx版本1.15之后,使用之前的配置文件,启动nginx时,出现如下信息: nginx: [warn] the "ssl" directive is deprecated, use... 2018年10月30日 发表评论 阅读全文
nginx 资源汇集:nginx教程从入门到精通 nginx教程写了一段时间,无意中发现,nginx相关文章已经达到了近100篇了。觉得很有必要汇总到一起,它是我们运维生存时间的一片心血,他是学习nginx的同学必看教程- -!,我们将会继续更新内容... 2014年11月26日 发表评论 阅读全文
nginx Nginx 1.3.14 开发版发布 Nginx 发布最新开发版 1.3.14,下载地址: nginx-1.3.14 nginx/Windows-1.3.14 改进记录: *) Feature: $connections_active, ... 2013年03月06日 发表评论 阅读全文
nginx Nginx 1.2.5 稳定版发布 Nginx 发布最新稳定版 1.2.5,下载地址:nginx-1.2.5 nginx/Windows-1.2.5 该版本改进记录包括: *) Feature: the "optional_no_ca... 2012年11月13日 发表评论 阅读全文
nginx nginx-1.2.3稳定版更新发布 Changes with nginx 1.2.3 07 Aug 2012 *) Feature: the Clang compiler support. *) Bugfix: extra listen... 2012年08月07日 发表评论 阅读全文
nginx nginx爆漏洞了,官方及时发布补丁 2012-03-15 nginx-1.0.14 stable and nginx-1.1.17 development versions have been released, with the fi... 2012年03月15日 发表评论 阅读全文
cache 使用Nginx的proxy_cache缓存功能缓存前端静态页面 Nginx从0.7.48版本开始,支持了类似Squid的缓存功能。这个缓存是把URL及相关组合当作Key,用md5编码哈希后保存在硬盘上,所以它可以支持任意URL链接,同时也支持404/301/302... 2011年12月01日 发表评论 阅读全文
nginx Nginx 1.0.6 正式版发布了 Nginx 1.0.6 改进 Changes with nginx 1.0.6 29 Aug 2011 *) Featu... 2011年09月01日 发表评论 阅读全文
nginx nginx禁止直接以IP访问网站 经常出现这种情况,有哥们直接用IP访问公司网站,这样一看就不爽,所以通过nginx禁止直接以IP访问网站。 #在虚拟主机最前面加上如下即可,记住一定要作为第一个server(不然不生效)。如下,返回值... 2011年06月14日 发表评论 阅读全文
web Nginx负载均衡配置实例 www.olinux.org.cn域名指向 Nginx 所在的服务器IP。 用户访问http://www.olinux.org.cn,将其负载均衡到192.168.1.2:80、192.168.1.3... 2011年03月30日 发表评论 阅读全文