欢迎光临IT网Linux学习频道

当前位置: > Linux服务器 > nginx >
  • [nginx] Nginx 性能调优 Tuning NGINX for Performance 日期:2014-12-01 01:59:38 点击:150 好评:0

    原文地址: 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内容缓存 Nginx content cache 日期:2014-12-01 01:58:29 点击:53 好评:0

    原文地址: 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] Nginx web 服务器 NGINX Web Server 日期:2014-12-01 01:57:18 点击:85 好评:0

    原文地址: 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 反向代理 NGINX Reverse Proxy 日期:2014-12-01 01:56:17 点击:120 好评:0

    原文地址: 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 反向代理 日期:2014-12-01 01:45:13 点击:188 好评:0

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

  • [nginx] CentOS 6.3下Nginx性能调优 日期:2014-12-01 01:41:55 点击:81 好评:0

    一.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...

  • [nginx] CentOS 6.3下配置Nginx加载ngx_pagespeed模块 日期:2014-12-01 01:40:45 点击:168 好评:0

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

  • [nginx] Nginx 反向代理脚本 日期:2014-12-01 01:35:59 点击:103 好评:0

    一 概述 反向代理 (Reverse Proxy)方式是指以代理服务器来接受Internet上的连接请求,然后将请求转发给内部网络上的服务器;并将从服务器上得到的结果返回给Internet上请求连接的客户端,此时代理服务器对外就表现为一个服务器。 通常的代理服务器,只用于...

  • [nginx] LNMP下Nginx如何设置域名301重定向 日期:2014-11-30 16:07:57 点击:171 好评:0

    LNMP下的Nginx如果想将域名lnmp.org 301重定向到www.lnmp.org,同时www.lnmp.org已经通过/root/vhost.sh添加上,可以按如下步骤修改 使用命令编辑器vi、nano或winscp图形管理软件编辑对应的虚拟主机,一般虚拟主机配置文件位于:/usr/local/nginx/conf/vhost...

  • [nginx] lnmp Nginx 301 重定向 换域名重定向 日期:2014-11-30 16:04:24 点击:105 好评:0

    更换了域名应该将旧域名 301 重定向到新域名,那么 Nginx 中该如何做呢? 网上找了大把的资料都是把 同一个域名www转发到不带www的。 查看了nginx的官方文档后,修改成功。修改记录如下。 PS:本站采用的lnmp。 比如本站的旧域名是itnetcn.com,新域名是 it.net.c...

  • 首页
  • 上一页
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 下一页
  • 末页
  • 2012009
栏目列表
推荐内容