• nginx进程和实时控制

    日期:

    原文地址: http://nginx.com/resources/admin-guide/processes-and-runtime-control/ Processes and Runtime Control 进程和实时控制 This section describes the processes NGINX starts at run time and how to control them. 本文讨论Nginx开始运行时的...

  • nginx 日志和监控

    日期:

    原文地址: http://nginx.com/resources/admin-guide/logging-and-monitoring/ Logging and Monitoring 日志和监控 This section describes how to configure logging of errors and processed requests, as well as how to use the runtime monitoring serv...

  • Nginx vs Apache

    日期:

    原文地址:https://anturis.com/blog/nginx-vs-apache/ Nginx vs Apache What is the Nginx web and proxy server and how does it compare to Apache? Should you use one of these servers or both? Here we explore some answers to these questions. Ngi...

  • Nginx 性能调优 Tuning NGINX for Performance

    日期:

    原文地址: http://nginx.com/blog/tuning-nginx/ Tuning NGINX for Performance Nginx 性能调优 NGINX is well known as a high performanceload balancer,cacheandweb server, powering over 40% of the busiest websites in the world. Most of the defau...

  • Nginx内容缓存 Nginx content cache

    日期:

    原文地址: http://nginx.com/resources/admin-guide/caching/ Nginx content cache Nginx内容缓存 This chapter describes how to enable and configure caching responses received from proxied servers. When caching is enabled NGINX saves responses...

  • Nginx web 服务器 NGINX Web Server

    日期:

    原文地址: http://nginx.com/resources/admin-guide/web-server/ NGINX Web Server Nginx web 服务器 This section describes: the most common configuration of a web server how to set up virtual servers and define locations for request processing...

  • Nginx 反向代理 NGINX Reverse Proxy

    日期:

    原文地址: http://nginx.com/resources/admin-guide/reverse-proxy/ NGINX Reverse Proxy Nginx 反向代理 This section describes the basic configuration of a proxy server. You will learn how to: pass a request from NGINX to proxied servers over...

  • NGINX 反向代理

    日期:

    前言: 我想通过上一章如何测试Nginx的高性能,想必大家对于NGINX作为一个高性能的web服务器毫无异议;但是NGINX的功能绝不局限于简单的web服务器,NGINX在互联网扮演的角色也并非只是作为web服务器,其实在实际的应用场景下,NGINX更多是用来做web的反向代...

  • CentOS 6.3下Nginx性能调优

    日期:

    一.Nginx优化配置 1.主配置文件优化: # vi /usr/local/nginx/conf/nginx.conf ----------------------------------------- user nginx nginx; worker_processes 8; worker_cpu_affinity 00000001 00000010 00000100 00001000 00010000 00100000 01000000; er...

  • CentOS 6.3下配置Nginx加载ngx_pagespeed模块

    日期:

    ngx_pagespeed 是一个 Nginx 的扩展模块,可以加速你的网站,减少页面加载时间,它会自动将一些提升web性能的实践应用到网页和相关的资源(CSS、JS和图片)上,无需你修改内容和流程。 功能包括: 图片优化: stripping meta-data, dynamic resizing, recompr...