gzip压缩 概述 网页在服务器端经过了gzip或者其他格式的压缩后的输出明显减少了content-length字节,当访问过百万时,这些减少的字节就会变为客观的流量给节约下来;从而减轻服务器的压力以及网页的访问速度; …
分类:Nginx
nginx upload module安装及使用
下载 https://github.com/vkholodkov/nginx-upload-module/archive/2.2.zip 安装 ./configure --prefix=/opt/yliyun/openr…
前端 CentOS 服务器配置参考
这篇文章来讲讲,从一个「干净」的服务器,到能够运行网站,这个过程是怎样实现的。我的服务器版本:CentOS 6.8 x64 一、设置SSH 参考文章 https://cloud.digitalocean.co……
【转】nginx中fastcgi_params配置参数
在另外一篇关于nginx和fastcgi关系中的文章中我们提到:Nginx 的 fastcgi 模块提供了 fastcgi_param 指令来主要处理这些映射关系,下面 Ubuntu 下 Nginx 的一个配置文件,其主…
cgi fast-cgi php-fpm三者的理解
CGI CGI, Common Gateway Interface, is a tool for HTTP server to contact with programs on other servers, which …
已安装nginx新增模块(以新增headers-more-nginx-module模块为例)
需求场景 编译好的nginx需要添加headers-more-nginx-module模块来自定义响应头 nginx其它模块同样适用 环境 nginx包目录:/app/nginx-1.12.2 nginx安装目录:/ap…
DevOps 从零开始-仓库环境搭建(Docker,Nginx,Nexus,Gitlab,免费Https)(一)基本概述
本文章用于描述如何从零开始进行阿里云仓库的搭建,以及过程中遇到的相关问题。涉及的内容包括Docker,Nginx,Nexus,Gitlab,Https。 背景 需要搭建一个简单的用于研发的仓库环境,以保证私有npm包,m…
docker安装nginx
docker安装nginx 使用dnnmmp单独安装nginx的。 软件地址: https://github.com/wallace530… 安装步骤如下: 本地安装git、docker和docker-com…
【API网关Kong系列十】- Rate Limiting
1、前言 在前面我们介绍了Kong的一些内容,包括Key-auth、basic 等插件, 想了解的请移步《企业级API网关Kong系列》本章我们继续其插件之旅,Limit 限流插件的使用。 2、Rate Limiting…
docker - nginx - proxy_pass + proxy_redirect
目的:使项目域名 www.foo.test(/index.php)/controller/action 变为 www.foo.test/project/controller/action,仍然可以正常访问。(非index…
Laravel实用小功能
Laravel实用小功能 1.控制访问次数 laravel5.2的新特性,通过中间件设置throttle根据IP控制访问次数 原理:通过回传三个响应头X-RateLimit-Limit,X-RateLimit-Remai…
frp 和 nginx 搭建一个内网穿透服务器
相关资料 frp下载 :https://github.com/fatedier/frp 相关文档: https://github.com/fatedier/frp 下载 下载地址:https://github.com/f…