随笔分类 -  Nginx

Master Nginx(8) - Troubleshooting Techniques
摘要:Analyzing log files Error log file formats Error log file entry examples Configuring advanced logging Debug logging Switching binaries at runtime Usin 阅读全文
posted @ 2016-07-10 16:25 逝者如斯(乎) 阅读(124) 评论(0) 推荐(0)
Master Nginx(7) - Nginx for the Developer
摘要:Caching integration No application caching Caching in the database Caching in the filesystem Changing content on-the-fly The addition module The sub m 阅读全文
posted @ 2016-07-10 16:10 逝者如斯(乎) 阅读(158) 评论(0) 推荐(0)
Master Nginx(6) - The Nginx HTTP Server
摘要:Nginx's architecture The HTTP core module The server Logging Finding files Name resolution Client interaction Using limits to prevent abuse Restrictin 阅读全文
posted @ 2016-07-10 16:00 逝者如斯(乎) 阅读(149) 评论(0) 推荐(0)
Master Nginx(5) - Reverse Proxy Advanced Topics
摘要:Security through separtion Encrypting traffic with SSL Authenticating clients using SSL Blocking traffic based on originating IP address Isolating app 阅读全文
posted @ 2016-02-01 16:16 逝者如斯(乎) 阅读(128) 评论(0) 推荐(0)
Master Nginx(4) - Nginx as a Reverse Proxy
摘要:Introduction to reverse proxying the proxy module legacy servers with cookies the upstream module keepalive connections load-balancing algorithms Type 阅读全文
posted @ 2016-02-01 16:10 逝者如斯(乎) 阅读(219) 评论(0) 推荐(0)
Master Nginx(3) - Using the Mail Module
摘要:Basic proxy service Authentication service Combining with memcached Interpreting log files Operating system limits 阅读全文
posted @ 2016-02-01 15:58 逝者如斯(乎) 阅读(167) 评论(0) 推荐(0)
Mater Nginx(2) - A Configuration Guide
摘要:由一个主配置文件和一些辅助配置文件构成,位于conf目录下 配置指令 指令参数(配置指令对应的值) token串分为简单字符串或复合配置块({}) 简单配置项 复杂配置项 error_page 500 502 /50x.html; location / { root /home/html; inde 阅读全文
posted @ 2016-02-01 15:41 逝者如斯(乎) 阅读(181) 评论(0) 推荐(0)
Master Nginx(1) - Installing Nginx and Third-Party Modules
摘要:Installing NGINX and Third-Party Modules Installing Nginx using a package manager Linux(deb-based) sudo apt-get update sudo apt-get install python-sof 阅读全文
posted @ 2016-02-01 15:19 逝者如斯(乎) 阅读(177) 评论(0) 推荐(0)