The following set of modules provides functionalities having an effect on the contents served to the client, either by modifying the way the response is encoded, by affecting the headers, or by generating a response from scratch. Empty GIF The purpos…
The following set of modules allows you to configure how visitors access your website and the way your server logs requests. Index The Index module provides a simple directive named index, which lets you define the page that Nginx will serve by defau…
The following modules allow you to regulate access to the documents of your websites — require users to authenticate, match a set of rules, or simply restrict access to certain visitors. Auth_basic Module The auth_basic module enables the basic authe…
The following set of modules provides extra functionality that will help you find out more information about the visitors, such as by parsing client request headers for browser name and version, assigning an identifier to requests presenting similari…
Nginx provides secure HTTP functionalities through the SSL module but also offers an extra module called Secure Link that helps you protect your website and visitors in a totally different way. SSL The SSL module enables HTTPS support, HTTP over SSL/…
nginx (pronounced "engine x") is a free open source web server written by Igor Sysoev, a Russian software engineer. Since its public launch in 2004, nginx has focused on high performance, high concurrency and low memory usage. Additional feature…
最近想要搭建自己的私人博客, 各种百度,完整的搭建步骤如下! 首先得要有自己的vps或者云主机,我这里是自己的云主机,有自己的域名(我这边目前没有买域名)! 搭建步骤! 1,安装lnmp(linux+nginx+mysql+php),如果需要自己安装,可能需要花费不少时间.我们采用直接暴力安装!!! wget http://soft.vpser.net/lnmp/lnmp1.4beta.tar.gz tar -zxvf lnmp1.4beta.tar.gz 进去到目录里面 ./install.s…
搭建 WordPress 博客教程(超详细) 在 2018年7月29日 上张贴 由 suncent一条评论 本文转自:静候那一米阳光 链接:https://www.jianshu.com/p/56750622cac9 一句话评价WordPress:美观,简单,主题插件丰富,是小白建站的不二选择. 需要 一台服务器 一个域名,直接通过ip访问好傻好傻的样子,哈哈. linux知识 肯折腾 具体步骤 第一步购买服务器,国内阿里云的云服务器挺不错的,国外的就更多了,这一步就不介绍了,不懂得的自己上网搜…
root@hett-PowerEdge-T30:/usr/local/src/nginx-1.9.8# ./configure --prefix=/usr/local/nginx  --add-module=/usr/local/src/nginx-rtmp-module  --with-htchecking for OS + Linux 4.4.0-116-generic x86_64checking for C compiler ... found + using GNU C compile…
Downloading and  Installing Nginx Nginx for Windows Basic Nginx Configuration Configuration File Syntax Base Module Directives Core Module Directives Events Module HTTP Configuration Module Directives Module Variables The Location Block Module Config…