Nginx - Additional Modules, SSL and Security
摘要:Nginx provides secure HTTP functionalities through the SSL module but also offers an extra module called Secure Link that helps you protect your websi
阅读全文
posted @
2016-08-14 21:13
huey2672
阅读(242)
推荐(0)
Nginx - Additional Modules, About Your Visitors
摘要:The following set of modules provides extra functionality that will help you find out more information about the visitors, such as by parsing client r
阅读全文
posted @
2016-08-14 18:02
huey2672
阅读(309)
推荐(0)
Nginx - Additional Modules, Content and Encoding
摘要:The following set of modules provides functionalities having an effect on the contents served to the client, either by modifying the way the response
阅读全文
posted @
2016-08-14 16:09
huey2672
阅读(748)
推荐(0)
Nginx - Additional Modules, Limits and Restrictions
摘要: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
阅读全文
posted @
2016-08-14 12:56
huey2672
阅读(250)
推荐(0)
Nginx - Additional Modules, Website Access and Logging
摘要: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 pr
阅读全文
posted @
2016-08-14 11:37
huey2672
阅读(274)
推荐(0)
Nginx - SSI Module
摘要:SSI, for Server Side Includes, is actually a sort of server-side programming language interpreted by Nginx. Its name is based on the fact that the mos
阅读全文
posted @
2016-08-13 22:21
huey2672
阅读(1056)
推荐(0)
Nginx - Rewrite Module
摘要:Initially, the purpose of this module (as the name suggests) is to perform URL rewriting. This mechanism allows you to get rid of ugly URLs containing
阅读全文
posted @
2016-08-08 23:46
huey2672
阅读(892)
推荐(0)
Nginx - HTTP Configuration, the Location Block
摘要:Nginx offers you the possibility to fine-tune your configuration down to three levels — at the protocollevel (http block), the serverlevel (server blo
阅读全文
posted @
2016-08-06 23:55
huey2672
阅读(386)
推荐(0)
Nginx - HTTP Configuration, Module Variables
摘要:The HTTP Core module introduces a large set of variables that you can use within the value of directives. Be careful though, as only a handful of dire
阅读全文
posted @
2016-08-06 21:13
huey2672
阅读(559)
推荐(0)
Nginx - HTTP Configuration, Module Directives
摘要:Socket and Host Configuration This set of directives will allow you to configure your virtual hosts. In practice, this materializes by creating server
阅读全文
posted @
2016-08-06 16:10
huey2672
阅读(777)
推荐(0)
Nginx - Configuration File Syntax
摘要:Configuration Directives The Nginx configuration file can be described as a list of directives organized in a logical structure. The entire behavior o
阅读全文
posted @
2016-08-02 14:04
huey2672
阅读(1399)
推荐(0)
Nginx - Events Module
摘要:The Events module comes with directives that allow you to configure network mechanisms. Some of the parameters have an important impact on the applica
阅读全文
posted @
2016-08-01 20:14
huey2672
阅读(449)
推荐(0)
Nginx - Core Module Directives
摘要:The following is the list of directives made available by the Core module. Most of these directives must be placed at the root of the configuration fi
阅读全文
posted @
2016-08-01 19:23
huey2672
阅读(443)
推荐(0)
Nginx - Windows 环境安装 Nginx
摘要:1. 访问 http://nginx.org/en/download.html,下载 Windows 版本的安装包 2. 解压安装包,双击 nginx.exe,启动 nginx 3. 访问 http://localhost/,验证是否成功。 4. 其他操作:
阅读全文
posted @
2016-07-13 15:34
huey2672
阅读(271)
推荐(0)