https://www.nginx.com/resources/admin-guide/

NGINX is an open source web server and reverse proxy that excels at large‑scale web integration, application security, and web acceleration. NGINX Plus extends NGINX with additional load balancing and application delivery features. The articles in the NGINX Plus Admin Guide and Tutorial will quickly show you how to use some of the most popular features of NGINX and NGINX Plus. To purchase an NGINX Plus subscription, contact the NGINX Plus sales team.

Basic Functionality

  • Web server – Configuring virtual servers and locations, using variables, rewriting URIs, and customizing error pages
  • Serving static content – Setting the root directory for requested content, and creating ordered lists of files to serve if the original index file or URI does not exist
  • Reverse proxy – Proxying requests to HTTP, FastCGI, uwsgi, SCGI, and memcached servers; controlling proxied request headers; and buffering of responses from proxied servers
  • Compression and decompression – Compressing responses on the fly to minimize use of network bandwidth
  • Web content cache – Caching static and dynamic content from proxied servers

最新文章

  1. 如果你也会C#,那不妨了解下F#(4):了解函数及常用函数
  2. Listview的使用
  3. java 22 - 13 多线程之解决线程安全问题的实现方式2
  4. maven web project打包为war包,目录结构的变化
  5. 模拟http或https请求,实现ssl下的bugzilla登录、新增BUG,保持会话以及处理token
  6. CMake实践(3)
  7. Deep Learning and Shallow Learning
  8. spring源码分析之spring-jms模块详解
  9. Java中的一些常见错误
  10. Knockoutjs官网翻译系列(一)
  11. systemd的命令systemctl set-property testSpeed CPUQuota=10%
  12. FP Tree算法原理总结
  13. 正则表达式 cheat sheet
  14. python学习日记(装饰器的补充)
  15. Unable to find vcvarsall.bat
  16. 用Rider写一个由Autofac管理资源的WebAPI应用程序
  17. ReactiveX 学习笔记(0)学习资源
  18. Sublime text3 Package Control不能使用
  19. margin折叠及hasLayout && Block Formatting Contexts
  20. centos7.2+php7.2+nginx1.12.0+mysql5.7配置

热门文章

  1. (转)jquery图片左右滚动
  2. java 线程的几种状态(转载)
  3. 《深入理解Nginx:模块开发与架构解析》(一)
  4. Android基于UDP的局域网聊天通信
  5. [1-7] 把时间当做朋友(李笑来)Chapter 7 【从此时此刻开始改变】 摘录
  6. 用Darwin开发RTSP级联server(拉模式转发)(附源代码)
  7. 水滴状的自己定义视图,让您摆脱单调的Dialog
  8. Android开发系列之性能优化
  9. 辛星浅析Linux中的postfix
  10. C++语言基础(7)-inline内联函数